Html Css Color HEX #00CF12 Free Speech Green

📋 copy color: '#00CF12'

red 0 ◦ green 207 ◦ blue 18

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

Shades of Free Speech Green #00CF12

Tints of Free Speech Green #00CF12

RGB

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

 GREEN value IS 207 (81.25% from 255) = 92%

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

R = 0%
G = 92%
B = 8%

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

#00CF12 (or 0x00CF12) is known color: Free Speech Green. HEX triplet: 00, CF and 12. RGB value is (0,207,18). Sum of RGB (Red+Green+Blue) = 0+207+18=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 207 (81.25% from 255 or 92% from 225); Blue value is 18 (7.42% from 255 or 8% from 225); Max value from RGB is 207 - color contains mainly: green. Hex color #00CF12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #00CF12 is #FF30ED. Grayscale: #7C7C7C. Windows color (decimal): -16724206 or 1232640. OLE color: 1232640.

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

Color convert

RGB 0 207 18 -
CMYK 1 0 0.91 0.19
HSL 125.22º 1% 0.41% -
HSV(B) 125.22º 1% 0.81% -
XYZ 22.42 44.67 8.01 -
YUV 123.56 68.42 39.87 -
System Red Green Blue C M Y K H S L
Decimal 0 207 18 1 0 0.91 0.19 125.22 1 0.41
Hex 0 CF 12 64 0 5B 13 7D 64 29
Octal 0 317 22 144 0 133 23 175 144 51
Binary 0 11001111 10010 1100100 0 1011011 10011 1111101 1100100 101001

Color Harmonies of #00CF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00CF12

Black with #00CF12

Text Example


Text Example

White with #00CF12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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