#42AF1D

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

Shades of Kelly Green #42AF1D

Tints of Kelly Green #42AF1D

Color information

#42AF1D (or 0x42AF1D) is unknown color: approx Kelly Green. HEX triplet: 42, AF and 1D. RGB value is (66,175,29). Sum of RGB (Red+Green+Blue) = 66+175+29=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 175 (68.75% from 255 or 64.81% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 175 - color contains mainly: green. Hex color #42AF1D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AF1D is #BD50E2. Grayscale: #7E7E7E. Windows color (decimal): -12407011 or 1945410. OLE color: 1945410.

HSL color Cylindrical-coordinate representation of color #42AF1D: hue angle of 104.79º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #42AF1D is Cyan = 0.62, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.31.

Color convert

RGB6617529-
CMYK0.6200.830.31
HSL104.79º71.57%40%-
HSV(B)104.79º83.43%68.63%-
XYZ17.831.916.38-
YUV125.7673.3985.37-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.44%
GREEN value IS 175 (68.75% from 255) = 64.81%
BLUE value IS 29 (11.72% from 255) = 10.74%
R=24.44%
G=64.81%
B=10.74%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal66175290.6200.830.31104.7971.5740
Hex42AF1D3E0531F694828
Octal102257357601233715111050
Binary10000101010111111101111110010100111111111010011001000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AF1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,175,29); }

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

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

 a { background-color: rgb(66,175,29); }

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

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

 span { border-color: rgb(66,175,29); }

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