Html Css Color HEX #20C006 Kelly Green

📋 copy color: '#20C006'

red 32 ◦ green 192 ◦ blue 6

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

Shades of Kelly Green #20C006

Tints of Kelly Green #20C006

RGB

 RED value IS 32 (12.89% from 255) = 13.91%

 GREEN value IS 192 (75.39% from 255) = 83.48%

 BLUE value IS 6 (2.73% from 255) = 2.61%

R = 13.91%
G = 83.48%
B = 2.61%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#20C006 (or 0x20C006) is known color: Kelly Green. HEX triplet: 20, C0 and 06. RGB value is (32,192,6). Sum of RGB (Red+Green+Blue) = 32+192+6=230 (30% of max value = 765). Red value is 32 (12.89% from 255 or 13.91% from 230); Green value is 192 (75.39% from 255 or 83.48% from 230); Blue value is 6 (2.73% from 255 or 2.61% from 230); Max value from RGB is 192 - color contains mainly: green. Hex color #20C006 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20C006 is #DF3FF9. Grayscale: #7B7B7B. Windows color (decimal): -14630906 or 442400. OLE color: 442400.

HSL color Cylindrical-coordinate representation of color #20C006: hue angle of 111.61º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #20C006 is Cyan = 0.83, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 32 192 6 -
CMYK 0.83 0 0.97 0.25
HSL 111.61º 0.94% 0.39% -
HSV(B) 111.61º 0.97% 0.75% -
XYZ 19.48 38.02 6.48 -
YUV 122.96 61.99 63.12 -
System Red Green Blue C M Y K H S L
Decimal 32 192 6 0.83 0 0.97 0.25 111.61 0.94 0.39
Hex 20 C0 6 53 0 61 19 70 5E 27
Octal 40 300 6 123 0 141 31 160 136 47
Binary 100000 11000000 110 1010011 0 1100001 11001 1110000 1011110 100111

Color Harmonies of #20C006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20C006

Black with #20C006

Text Example


Text Example

White with #20C006

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20C006; }

 p { color: rgb(32,192,6); }

 H1.HeaderClassName
 {
   color: #20C006;
 }
 .AnyTagClassName
 {
   color: #20C006;
 }
</style>

background-color css

<style>
 a { background-color: #20C006; }

 a { background-color: rgb(32,192,6); }

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

border-color css

<style>
 span { border-color: #20C006; }

 span { border-color: rgb(32,192,6); }

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