#20C000

Color #20C000 Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #20C000

Tints of Kelly Green #20C000

Color information

#20C000 (or 0x20C000) is unknown color: approx Kelly Green. HEX triplet: 20, C0 and 00. RGB value is (32,192,0). Sum of RGB (Red+Green+Blue) = 32+192+0=224 (29% of max value = 765). Red value is 32 (12.89% from 255 or 14.29% from 224); Green value is 192 (75.39% from 255 or 85.71% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 192 - color contains mainly: green. Hex color #20C000 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #20C000 is #DF3FFF. Grayscale: #7A7A7A. Windows color (decimal): -14630912 or 49184. OLE color: 49184.

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

Color convert

RGB321920-
CMYK0.83010.25
HSL110º100%37.65%-
HSV(B)110º100%75.29%-
XYZ19.4538.016.31-
YUV122.2758.9963.61-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 14.29%
GREEN value IS 192 (75.39% from 255) = 85.71%
BLUE value IS 0 (0.39% from 255) = 0%
R=14.29%
G=85.71%
B=0%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal3219200.83010.2511010037.65
Hex20C0053064196e6426
Octal40300012301443115614446
Binary1000001100000001010011011001001100111011101100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20C000

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #20C000;
 }
 .AnyTagClassName
 {
   color: #20C000;
 }
</style>
background-color css

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

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

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

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

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

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