Html Css Color HEX #00E10C Free Speech Green

📋 copy color: '#00E10C'

red 0 ◦ green 225 ◦ blue 12

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

Shades of Free Speech Green #00E10C

Tints of Free Speech Green #00E10C

RGB

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

 GREEN value IS 225 (88.28% from 255) = 94.94%

 BLUE value IS 12 (5.08% from 255) = 5.06%

R = 0%
G = 94.94%
B = 5.06%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.95

 K value IS 0.12

RGB Variations

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

Color information

#00E10C (or 0x00E10C) is known color: Free Speech Green. HEX triplet: 00, E1 and 0C. RGB value is (0,225,12). Sum of RGB (Red+Green+Blue) = 0+225+12=237 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 237); Green value is 225 (88.28% from 255 or 94.94% from 237); Blue value is 12 (5.08% from 255 or 5.06% from 237); Max value from RGB is 225 - color contains mainly: green. Hex color #00E10C is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00E10C is #FF1EF3. Grayscale: #868686. Windows color (decimal): -16719604 or 844032. OLE color: 844032.

HSL color Cylindrical-coordinate representation of color #00E10C: hue angle of 123.2º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E10C is Cyan = 1, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.12.

Color convert

RGB 0 225 12 -
CMYK 1 0 0.95 0.12
HSL 123.2º 1% 0.44% -
HSV(B) 123.2º 1% 0.88% -
XYZ 26.99 53.88 9.32 -
YUV 133.44 59.46 32.82 -
System Red Green Blue C M Y K H S L
Decimal 0 225 12 1 0 0.95 0.12 123.2 1 0.44
Hex 0 E1 C 64 0 5F C 7B 64 2C
Octal 0 341 14 144 0 137 14 173 144 54
Binary 0 11100001 1100 1100100 0 1011111 1100 1111011 1100100 101100

Color Harmonies of #00E10C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00E10C

Black with #00E10C

Text Example


Text Example

White with #00E10C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,225,12); }

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

background-color css

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

 a { background-color: rgb(0,225,12); }

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

border-color css

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

 span { border-color: rgb(0,225,12); }

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