Html Css Color HEX #06CF12 Free Speech Green

📋 copy color: '#06CF12'

red 6 ◦ green 207 ◦ blue 18

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

Shades of Free Speech Green #06CF12

Tints of Free Speech Green #06CF12

RGB

 RED value IS 6 (2.73% from 255) = 2.6%

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

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

R = 2.6%
G = 89.61%
B = 7.79%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.91

 K value IS 0.19

RGB Variations

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

Color information

#06CF12 (or 0x06CF12) is known color: Free Speech Green. HEX triplet: 06, CF and 12. RGB value is (6,207,18). Sum of RGB (Red+Green+Blue) = 6+207+18=231 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.60% from 231); Green value is 207 (81.25% from 255 or 89.61% from 231); Blue value is 18 (7.42% from 255 or 7.79% from 231); Max value from RGB is 207 - color contains mainly: green. Hex color #06CF12 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06CF12 is #F930ED. Grayscale: #7D7D7D. Windows color (decimal): -16330990 or 1232646. OLE color: 1232646.

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

Color convert

RGB 6 207 18 -
CMYK 0.97 0 0.91 0.19
HSL 123.58º 0.94% 0.42% -
HSV(B) 123.58º 0.97% 0.81% -
XYZ 22.5 44.71 8.02 -
YUV 125.36 67.41 42.87 -
System Red Green Blue C M Y K H S L
Decimal 6 207 18 0.97 0 0.91 0.19 123.58 0.94 0.42
Hex 6 CF 12 61 0 5B 13 7C 5E 2A
Octal 6 317 22 141 0 133 23 174 136 52
Binary 110 11001111 10010 1100001 0 1011011 10011 1111100 1011110 101010

Color Harmonies of #06CF12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CF12

Black with #06CF12

Text Example


Text Example

White with #06CF12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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