#42AD1C

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

Shades of Kelly Green #42AD1C

Tints of Kelly Green #42AD1C

Color information

#42AD1C (or 0x42AD1C) is unknown color: approx Kelly Green. HEX triplet: 42, AD and 1C. RGB value is (66,173,28). Sum of RGB (Red+Green+Blue) = 66+173+28=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 173 (67.97% from 255 or 64.79% from 267); Blue value is 28 (11.33% from 255 or 10.49% from 267); Max value from RGB is 173 - color contains mainly: green. Hex color #42AD1C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AD1C is #BD52E3. Grayscale: #7C7C7C. Windows color (decimal): -12407524 or 1879362. OLE color: 1879362.

HSL color Cylindrical-coordinate representation of color #42AD1C: hue angle of 104.28º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #42AD1C is Cyan = 0.62, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.32.

Color convert

RGB6617328-
CMYK0.6200.840.32
HSL104.28º72.14%39.41%-
HSV(B)104.28º83.82%67.84%-
XYZ17.431.136.19-
YUV124.4873.5586.29-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.72%
GREEN value IS 173 (67.97% from 255) = 64.79%
BLUE value IS 28 (11.33% from 255) = 10.49%
R=24.72%
G=64.79%
B=10.49%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal66173280.6200.840.32104.2872.1439.41
Hex42AD1C3E05420684827
Octal102255347601244015011047
Binary100001010101101111001111100101010010000011010001001000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AD1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,173,28); }

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

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

 a { background-color: rgb(66,173,28); }

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

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

 span { border-color: rgb(66,173,28); }

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