#42B20A

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

Shades of Kelly Green #42B20A

Tints of Kelly Green #42B20A

Color information

#42B20A (or 0x42B20A) is unknown color: approx Kelly Green. HEX triplet: 42, B2 and 0A. RGB value is (66,178,10). Sum of RGB (Red+Green+Blue) = 66+178+10=254 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.98% from 254); Green value is 178 (69.92% from 255 or 70.08% from 254); Blue value is 10 (4.30% from 255 or 3.94% from 254); Max value from RGB is 178 - color contains mainly: green. Hex color #42B20A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42B20A is #BD4DF5. Grayscale: #7D7D7D. Windows color (decimal): -12406262 or 700994. OLE color: 700994.

HSL color Cylindrical-coordinate representation of color #42B20A: hue angle of 100º degrees, saturation: 0.89, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #42B20A is Cyan = 0.63, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.30.

Color convert

RGB6617810-
CMYK0.6300.940.30
HSL100º89.36%36.86%-
HSV(B)100º94.38%69.8%-
XYZ18.2233.025.7-
YUV125.3662.8985.66-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.98%
GREEN value IS 178 (69.92% from 255) = 70.08%
BLUE value IS 10 (4.30% from 255) = 3.94%
R=25.98%
G=70.08%
B=3.94%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal66178100.6300.940.3010089.3636.86
Hex42B2A3F05E1E645925
Octal102262127701363614413145
Binary1000010101100101010111111010111101111011001001011001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42B20A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #42B20A; }

 p { color: rgb(66,178,10); }

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

<style>
 a { background-color: #42B20A; }

 a { background-color: rgb(66,178,10); }

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

<style>
 span { border-color: #42B20A; }

 span { border-color: rgb(66,178,10); }

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