Html Css Color HEX #06FF14 Free Speech Green

📋 copy color: '#06FF14'

red 6 ◦ green 255 ◦ blue 20

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

Shades of Free Speech Green #06FF14

Tints of Free Speech Green #06FF14

RGB

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

 GREEN value IS 255 (100% from 255) = 90.75%

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

R = 2.14%
G = 90.75%
B = 7.12%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.92

 K value IS 0

RGB Variations

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

Color information

#06FF14 (or 0x06FF14) is known color: Free Speech Green. HEX triplet: 06, FF and 14. RGB value is (6,255,20). Sum of RGB (Red+Green+Blue) = 6+255+20=281 (37% of max value = 765). Red value is 6 (2.73% from 255 or 2.14% from 281); Green value is 255 (100% from 255 or 90.75% from 281); Blue value is 20 (8.20% from 255 or 7.12% from 281); Max value from RGB is 255 - color contains mainly: green. Hex color #06FF14 is not a web safe color. Web safe color analog (approx): #00FF00. Inversed color of #06FF14 is #F900EB. Grayscale: #9A9A9A. Windows color (decimal): -16318700 or 1376006. OLE color: 1376006.

HSL color Cylindrical-coordinate representation of color #06FF14: hue angle of 123.37º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06FF14 is Cyan = 0.98, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.

Color convert

RGB 6 255 20 -
CMYK 0.98 0 0.92 0
HSL 123.37º 1% 0.51% -
HSV(B) 123.37º 0.98% 1% -
XYZ 35.96 71.61 12.59 -
YUV 153.76 52.51 22.61 -
System Red Green Blue C M Y K H S L
Decimal 6 255 20 0.98 0 0.92 0 123.37 1 0.51
Hex 6 FF 14 62 0 5C 0 7B 64 33
Octal 6 377 24 142 0 134 0 173 144 63
Binary 110 11111111 10100 1100010 0 1011100 0 1111011 1100100 110011

Color Harmonies of #06FF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06FF14

Black with #06FF14

Text Example


Text Example

White with #06FF14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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