#42AC12

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

Shades of Kelly Green #42AC12

Tints of Kelly Green #42AC12

Color information

#42AC12 (or 0x42AC12) is unknown color: approx Kelly Green. HEX triplet: 42, AC and 12. RGB value is (66,172,18). Sum of RGB (Red+Green+Blue) = 66+172+18=256 (33% of max value = 765). Red value is 66 (26.17% from 255 or 25.78% from 256); Green value is 172 (67.58% from 255 or 67.19% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #42AC12 is #BD53ED. Grayscale: #7B7B7B. Windows color (decimal): -12407790 or 1223746. OLE color: 1223746.

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

Color convert

RGB6617218-
CMYK0.6200.900.33
HSL101.3º81.05%37.25%-
HSV(B)101.3º89.53%67.45%-
XYZ17.1130.715.6-
YUV122.7568.8887.52-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.78%
GREEN value IS 172 (67.58% from 255) = 67.19%
BLUE value IS 18 (7.42% from 255) = 7.03%
R=25.78%
G=67.19%
B=7.03%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66172180.6200.900.33101.381.0537.25
Hex42AC123E05A21655125
Octal102254227601324114512145
Binary100001010101100100101111100101101010000111001011010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AC12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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