Html Css Color HEX #00CE12 Free Speech Green

📋 copy color: '#00CE12'

red 0 ◦ green 206 ◦ blue 18

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

Shades of Free Speech Green #00CE12

Tints of Free Speech Green #00CE12

RGB

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

 GREEN value IS 206 (80.86% from 255) = 91.96%

 BLUE value IS 18 (7.42% from 255) = 8.04%

R = 0%
G = 91.96%
B = 8.04%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#00CE12 (or 0x00CE12) is known color: Free Speech Green. HEX triplet: 00, CE and 12. RGB value is (0,206,18). Sum of RGB (Red+Green+Blue) = 0+206+18=224 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 224); Green value is 206 (80.86% from 255 or 91.96% from 224); Blue value is 18 (7.42% from 255 or 8.04% from 224); Max value from RGB is 206 - color contains mainly: green. Hex color #00CE12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00CE12 is #FF31ED. Grayscale: #7B7B7B. Windows color (decimal): -16724462 or 1232384. OLE color: 1232384.

HSL color Cylindrical-coordinate representation of color #00CE12: hue angle of 125.24º degrees, saturation: 1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00CE12 is Cyan = 1, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.19.

Color convert

RGB 0 206 18 -
CMYK 1 0 0.91 0.19
HSL 125.24º 1% 0.4% -
HSV(B) 125.24º 1% 0.81% -
XYZ 22.18 44.19 7.93 -
YUV 122.97 68.75 40.29 -
System Red Green Blue C M Y K H S L
Decimal 0 206 18 1 0 0.91 0.19 125.24 1 0.4
Hex 0 CE 12 64 0 5B 13 7D 64 28
Octal 0 316 22 144 0 133 23 175 144 50
Binary 0 11001110 10010 1100100 0 1011011 10011 1111101 1100100 101000

Color Harmonies of #00CE12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CE12

Black with #00CE12

Text Example


Text Example

White with #00CE12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,206,18); }

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

background-color css

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

 a { background-color: rgb(0,206,18); }

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

border-color css

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

 span { border-color: rgb(0,206,18); }

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