Html Css Color HEX #06DC14 Free Speech Green

📋 copy color: '#06DC14'

red 6 ◦ green 220 ◦ blue 20

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

Shades of Free Speech Green #06DC14

Tints of Free Speech Green #06DC14

RGB

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

 GREEN value IS 220 (86.33% from 255) = 89.43%

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

R = 2.44%
G = 89.43%
B = 8.13%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.91

 K value IS 0.14

RGB Variations

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

Color information

#06DC14 (or 0x06DC14) is known color: Free Speech Green. HEX triplet: 06, DC and 14. RGB value is (6,220,20). Sum of RGB (Red+Green+Blue) = 6+220+20=246 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.44% from 246); Green value is 220 (86.33% from 255 or 89.43% from 246); Blue value is 20 (8.20% from 255 or 8.13% from 246); Max value from RGB is 220 - color contains mainly: green. Hex color #06DC14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06DC14 is #F923EB. Grayscale: #858585. Windows color (decimal): -16327660 or 1367046. OLE color: 1367046.

HSL color Cylindrical-coordinate representation of color #06DC14: hue angle of 123.93º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06DC14 is Cyan = 0.97, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.14.

Color convert

RGB 6 220 20 -
CMYK 0.97 0 0.91 0.14
HSL 123.93º 0.95% 0.44% -
HSV(B) 123.93º 0.97% 0.86% -
XYZ 25.79 51.28 9.2 -
YUV 133.21 64.1 37.26 -
System Red Green Blue C M Y K H S L
Decimal 6 220 20 0.97 0 0.91 0.14 123.93 0.95 0.44
Hex 6 DC 14 61 0 5B E 7C 5F 2C
Octal 6 334 24 141 0 133 16 174 137 54
Binary 110 11011100 10100 1100001 0 1011011 1110 1111100 1011111 101100

Color Harmonies of #06DC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DC14

Black with #06DC14

Text Example


Text Example

White with #06DC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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