#42AD12

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

Shades of Kelly Green #42AD12

Tints of Kelly Green #42AD12

Color information

#42AD12 (or 0x42AD12) is unknown color: approx Kelly Green. HEX triplet: 42, AD and 12. RGB value is (66,173,18). Sum of RGB (Red+Green+Blue) = 66+173+18=257 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.68% from 257); Green value is 173 (67.97% from 255 or 67.32% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 173 - color contains mainly: green. Hex color #42AD12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42AD12 is #BD52ED. Grayscale: #7B7B7B. Windows color (decimal): -12407534 or 1224002. OLE color: 1224002.

HSL color Cylindrical-coordinate representation of color #42AD12: hue angle of 101.42º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #42AD12 is Cyan = 0.62, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.32.

Color convert

RGB6617318-
CMYK0.6200.900.32
HSL101.42º81.15%37.45%-
HSV(B)101.42º89.6%67.84%-
XYZ17.331.095.66-
YUV123.3468.5587.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.68%
GREEN value IS 173 (67.97% from 255) = 67.32%
BLUE value IS 18 (7.42% from 255) = 7.00%
R=25.68%
G=67.32%
B=7.00%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal66173180.6200.900.32101.4281.1537.45
Hex42AD123E05A20655125
Octal102255227601324014512145
Binary100001010101101100101111100101101010000011001011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AD12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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