Html Css Color HEX #0AE424 Free Speech Green

📋 copy color: '#0AE424'

red 10 ◦ green 228 ◦ blue 36

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

Shades of Free Speech Green #0AE424

Tints of Free Speech Green #0AE424

RGB

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

 GREEN value IS 228 (89.45% from 255) = 83.21%

 BLUE value IS 36 (14.45% from 255) = 13.14%

R = 3.65%
G = 83.21%
B = 13.14%

CMYK

 C value IS 0.96

 M value IS 0

 Y value IS 0.84

 K value IS 0.11

RGB Variations

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

Color information

#0AE424 (or 0x0AE424) is known color: Free Speech Green. HEX triplet: 0A, E4 and 24. RGB value is (10,228,36). Sum of RGB (Red+Green+Blue) = 10+228+36=274 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.65% from 274); Green value is 228 (89.45% from 255 or 83.21% from 274); Blue value is 36 (14.45% from 255 or 13.14% from 274); Max value from RGB is 228 - color contains mainly: green. Hex color #0AE424 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #0AE424 is #F51BDB. Grayscale: #8D8D8D. Windows color (decimal): -16063452 or 2417674. OLE color: 2417674.

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

Color convert

RGB 10 228 36 -
CMYK 0.96 0 0.84 0.11
HSL 127.16º 0.92% 0.47% -
HSV(B) 127.16º 0.96% 0.89% -
XYZ 28.19 55.68 10.93 -
YUV 140.93 68.78 34.61 -
System Red Green Blue C M Y K H S L
Decimal 10 228 36 0.96 0 0.84 0.11 127.16 0.92 0.47
Hex A E4 24 60 0 54 B 7F 5C 2F
Octal 12 344 44 140 0 124 13 177 134 57
Binary 1010 11100100 100100 1100000 0 1010100 1011 1111111 1011100 101111

Color Harmonies of #0AE424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AE424

Black with #0AE424

Text Example


Text Example

White with #0AE424

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,228,36); }

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

background-color css

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

 a { background-color: rgb(10,228,36); }

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

border-color css

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

 span { border-color: rgb(10,228,36); }

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