Html Css Color HEX #00EA18 Free Speech Green

📋 copy color: '#00EA18'

red 0 ◦ green 234 ◦ blue 24

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

Shades of Free Speech Green #00EA18

Tints of Free Speech Green #00EA18

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 234 (91.8% from 255) = 90.7%

 BLUE value IS 24 (9.77% from 255) = 9.3%

R = 0%
G = 90.7%
B = 9.3%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.90

 K value IS 0.08

RGB Variations

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

Color information

#00EA18 (or 0x00EA18) is known color: Free Speech Green. HEX triplet: 00, EA and 18. RGB value is (0,234,24). Sum of RGB (Red+Green+Blue) = 0+234+24=258 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 258); Green value is 234 (91.80% from 255 or 90.70% from 258); Blue value is 24 (9.77% from 255 or 9.30% from 258); Max value from RGB is 234 - color contains mainly: green. Hex color #00EA18 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #00EA18 is #FF15E7. Grayscale: #8C8C8C. Windows color (decimal): -16717288 or 1632768. OLE color: 1632768.

HSL color Cylindrical-coordinate representation of color #00EA18: hue angle of 126.15º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00EA18 is Cyan = 1, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.08.

Color convert

RGB 0 234 24 -
CMYK 1 0 0.90 0.08
HSL 126.15º 1% 0.46% -
HSV(B) 126.15º 1% 0.92% -
XYZ 29.59 58.91 10.68 -
YUV 140.09 62.48 28.08 -
System Red Green Blue C M Y K H S L
Decimal 0 234 24 1 0 0.90 0.08 126.15 1 0.46
Hex 0 EA 18 64 0 5A 8 7E 64 2E
Octal 0 352 30 144 0 132 10 176 144 56
Binary 0 11101010 11000 1100100 0 1011010 1000 1111110 1100100 101110

Color Harmonies of #00EA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00EA18

Black with #00EA18

Text Example


Text Example

White with #00EA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00EA18; }

 p { color: rgb(0,234,24); }

 H1.HeaderClassName
 {
   color: #00EA18;
 }
 .AnyTagClassName
 {
   color: #00EA18;
 }
</style>

background-color css

<style>
 a { background-color: #00EA18; }

 a { background-color: rgb(0,234,24); }

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

border-color css

<style>
 span { border-color: #00EA18; }

 span { border-color: rgb(0,234,24); }

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