#0AAC42

Color #0AAC42 Pigment Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pigment Green #0AAC42

Tints of Pigment Green #0AAC42

Color information

#0AAC42 (or 0x0AAC42) is unknown color: approx Pigment Green. HEX triplet: 0A, AC and 42. RGB value is (10,172,66). Sum of RGB (Red+Green+Blue) = 10+172+66=248 (32% of max value = 765). Red value is 10 (4.30% from 255 or 4.03% from 248); Green value is 172 (67.58% from 255 or 69.35% from 248); Blue value is 66 (26.17% from 255 or 26.61% from 248); Max value from RGB is 172 - color contains mainly: green. Hex color #0AAC42 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0AAC42 is #F553BD. Grayscale: #6F6F6F. Windows color (decimal): -16077758 or 4369418. OLE color: 4369418.

HSL color Cylindrical-coordinate representation of color #0AAC42: hue angle of 140.74º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAC42 is Cyan = 0.94, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.33.

Color convert

RGB1017266-
CMYK0.9400.620.33
HSL140.74º89.01%35.69%-
HSV(B)140.74º94.19%67.45%-
XYZ15.8629.9610.1-
YUV111.48102.3355.62-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.03%
GREEN value IS 172 (67.58% from 255) = 69.35%
BLUE value IS 66 (26.17% from 255) = 26.61%
R=4.03%
G=69.35%
B=26.61%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal10172660.9400.620.33140.7489.0135.69
HexAAC425E03E218d5924
Octal122541021360764121513144
Binary101010101100100001010111100111110100001100011011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AAC42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0AAC42; }

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

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

<style>
 a { background-color: #0AAC42; }

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

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

<style>
 span { border-color: #0AAC42; }

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

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