#42AC1B

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

Shades of Kelly Green #42AC1B

Tints of Kelly Green #42AC1B

Color information

#42AC1B (or 0x42AC1B) is unknown color: approx Kelly Green. HEX triplet: 42, AC and 1B. RGB value is (66,172,27). Sum of RGB (Red+Green+Blue) = 66+172+27=265 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.91% from 265); Green value is 172 (67.58% from 255 or 64.91% from 265); Blue value is 27 (10.94% from 255 or 10.19% from 265); Max value from RGB is 172 - color contains mainly: green. Hex color #42AC1B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #42AC1B is #BD53E4. Grayscale: #7C7C7C. Windows color (decimal): -12407781 or 1813570. OLE color: 1813570.

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

Color convert

RGB6617227-
CMYK0.6200.840.33
HSL103.86º72.86%39.02%-
HSV(B)103.86º84.3%67.45%-
XYZ17.230.746.06-
YUV123.7873.3886.79-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.91%
GREEN value IS 172 (67.58% from 255) = 64.91%
BLUE value IS 27 (10.94% from 255) = 10.19%
R=24.91%
G=64.91%
B=10.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal66172270.6200.840.33103.8672.8639.02
Hex42AC1B3E05421684927
Octal102254337601244115011147
Binary100001010101100110111111100101010010000111010001001001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42AC1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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