Html Css Color HEX #06DC13 Free Speech Green

📋 copy color: '#06DC13'

red 6 ◦ green 220 ◦ blue 19

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

Shades of Free Speech Green #06DC13

Tints of Free Speech Green #06DC13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.76%

R = 2.45%
G = 89.8%
B = 7.76%

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

#06DC13 (or 0x06DC13) is known color: Free Speech Green. HEX triplet: 06, DC and 13. RGB value is (6,220,19). Sum of RGB (Red+Green+Blue) = 6+220+19=245 (32% of max value = 765). Red value is 6 (2.73% from 255 or 2.45% from 245); Green value is 220 (86.33% from 255 or 89.80% from 245); Blue value is 19 (7.81% from 255 or 7.76% from 245); Max value from RGB is 220 - color contains mainly: green. Hex color #06DC13 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #06DC13 is #F923EC. Grayscale: #858585. Windows color (decimal): -16327661 or 1301510. OLE color: 1301510.

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

Color convert

RGB 6 220 19 -
CMYK 0.97 0 0.91 0.14
HSL 123.64º 0.95% 0.44% -
HSV(B) 123.64º 0.97% 0.86% -
XYZ 25.79 51.27 9.15 -
YUV 133.1 63.6 37.34 -
System Red Green Blue C M Y K H S L
Decimal 6 220 19 0.97 0 0.91 0.14 123.64 0.95 0.44
Hex 6 DC 13 61 0 5B E 7C 5F 2C
Octal 6 334 23 141 0 133 16 174 137 54
Binary 110 11011100 10011 1100001 0 1011011 1110 1111100 1011111 101100

Color Harmonies of #06DC13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06DC13

Black with #06DC13

Text Example


Text Example

White with #06DC13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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