#42A104

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

Shades of Kelly Green #42A104

Tints of Kelly Green #42A104

Color information

#42A104 (or 0x42A104) is unknown color: approx Kelly Green. HEX triplet: 42, A1 and 04. RGB value is (66,161,4). Sum of RGB (Red+Green+Blue) = 66+161+4=231 (30% of max value = 765). Red value is 66 (26.17% from 255 or 28.57% from 231); Green value is 161 (63.28% from 255 or 69.70% from 231); Blue value is 4 (1.95% from 255 or 1.73% from 231); Max value from RGB is 161 - color contains mainly: green. Hex color #42A104 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42A104 is #BD5EFB. Grayscale: #737373. Windows color (decimal): -12410620 or 303426. OLE color: 303426.

HSL color Cylindrical-coordinate representation of color #42A104: hue angle of 96.31º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #42A104 is Cyan = 0.59, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.37.

Color convert

RGB661614-
CMYK0.5900.980.37
HSL96.31º95.15%32.35%-
HSV(B)96.31º97.52%63.14%-
XYZ15.0126.664.47-
YUV114.765.5393.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 28.57%
GREEN value IS 161 (63.28% from 255) = 69.70%
BLUE value IS 4 (1.95% from 255) = 1.73%
R=28.57%
G=69.70%
B=1.73%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal6616140.5900.980.3796.3195.1532.35
Hex42A143B06225605f20
Octal10224147301424514013740
Binary1000010101000011001110110110001010010111000001011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42A104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,161,4); }

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

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

 a { background-color: rgb(66,161,4); }

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

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

 span { border-color: rgb(66,161,4); }

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