Html Css Color HEX #0AE304 Free Speech Green

📋 copy color: '#0AE304'

red 10 ◦ green 227 ◦ blue 4

#0AE304
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Green #0AE304

Tints of Free Speech Green #0AE304

RGB

 RED value IS 10 (4.3% from 255) = 4.15%

 GREEN value IS 227 (89.06% from 255) = 94.19%

 BLUE value IS 4 (1.95% from 255) = 1.66%

R = 4.15%
G = 94.19%
B = 1.66%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.98

 K value IS 0.11

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0AE304 (or 0x0AE304) is known color: Free Speech Green. HEX triplet: 0A, E3 and 04. RGB value is (10,227,4). Sum of RGB (Red+Green+Blue) = 10+227+4=241 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.15% from 241); Green value is 227 (89.06% from 255 or 94.19% from 241); Blue value is 4 (1.95% from 255 or 1.66% from 241); Max value from RGB is 227 - color contains mainly: green. Hex color #0AE304 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AE304 is #F51CFB. Grayscale: #898989. Windows color (decimal): -16063740 or 320266. OLE color: 320266.

HSL color Cylindrical-coordinate representation of color #0AE304: hue angle of 118.39º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0AE304 is Cyan = 0.96, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.11.

Color convert

RGB 10 227 4 -
CMYK 0.96 0 0.98 0.11
HSL 118.39º 0.97% 0.45% -
HSV(B) 118.39º 0.98% 0.89% -
XYZ 27.62 55.01 9.28 -
YUV 136.7 53.11 37.63 -
System Red Green Blue C M Y K H S L
Decimal 10 227 4 0.96 0 0.98 0.11 118.39 0.97 0.45
Hex A E3 4 60 0 62 B 76 61 2D
Octal 12 343 4 140 0 142 13 166 141 55
Binary 1010 11100011 100 1100000 0 1100010 1011 1110110 1100001 101101

Color Harmonies of #0AE304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE304

Black with #0AE304

Text Example


Text Example

White with #0AE304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0AE304; }

 p { color: rgb(10,227,4); }

 H1.HeaderClassName
 {
   color: #0AE304;
 }
 .AnyTagClassName
 {
   color: #0AE304;
 }
</style>

background-color css

<style>
 a { background-color: #0AE304; }

 a { background-color: rgb(10,227,4); }

 div.DivClassName
 {
   background-color: #0AE304;
 }
 .BgClassName
 {
   background-color: #0AE304;
 }
</style>

border-color css

<style>
 span { border-color: #0AE304; }

 span { border-color: rgb(10,227,4); }

 td.TdClassName
 {
   border-color: #0AE304;
 }
 .TagClassName
 {
   border-color: #0AE304;
 }
</style>