Html Css Color HEX #06CF14 Free Speech Green

📋 copy color: '#06CF14'

red 6 ◦ green 207 ◦ blue 20

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

Shades of Free Speech Green #06CF14

Tints of Free Speech Green #06CF14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 8.58%

R = 2.58%
G = 88.84%
B = 8.58%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.90

 K value IS 0.19

RGB Variations

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

Color information

#06CF14 (or 0x06CF14) is known color: Free Speech Green. HEX triplet: 06, CF and 14. RGB value is (6,207,20). Sum of RGB (Red+Green+Blue) = 6+207+20=233 (30% of max value = 765). Red value is 6 (2.73% from 255 or 2.58% from 233); Green value is 207 (81.25% from 255 or 88.84% from 233); Blue value is 20 (8.20% from 255 or 8.58% from 233); Max value from RGB is 207 - color contains mainly: green. Hex color #06CF14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06CF14 is #F930EB. Grayscale: #7E7E7E. Windows color (decimal): -16330988 or 1363718. OLE color: 1363718.

HSL color Cylindrical-coordinate representation of color #06CF14: hue angle of 124.18º 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 #06CF14 is Cyan = 0.97, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB 6 207 20 -
CMYK 0.97 0 0.90 0.19
HSL 124.18º 0.94% 0.42% -
HSV(B) 124.18º 0.97% 0.81% -
XYZ 22.51 44.71 8.11 -
YUV 125.58 68.41 42.71 -
System Red Green Blue C M Y K H S L
Decimal 6 207 20 0.97 0 0.90 0.19 124.18 0.94 0.42
Hex 6 CF 14 61 0 5A 13 7C 5E 2A
Octal 6 317 24 141 0 132 23 174 136 52
Binary 110 11001111 10100 1100001 0 1011010 10011 1111100 1011110 101010

Color Harmonies of #06CF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06CF14

Black with #06CF14

Text Example


Text Example

White with #06CF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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