#09AC5A

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

Shades of Pigment Green #09AC5A

Tints of Pigment Green #09AC5A

Color information

#09AC5A (or 0x09AC5A) is unknown color: approx Pigment Green. HEX triplet: 09, AC and 5A. RGB value is (9,172,90). Sum of RGB (Red+Green+Blue) = 9+172+90=271 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.32% from 271); Green value is 172 (67.58% from 255 or 63.47% from 271); Blue value is 90 (35.55% from 255 or 33.21% from 271); Max value from RGB is 172 - color contains mainly: green. Hex color #09AC5A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AC5A is #F653A5. Grayscale: #727272. Windows color (decimal): -16143270 or 5942281. OLE color: 5942281.

HSL color Cylindrical-coordinate representation of color #09AC5A: hue angle of 149.82º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AC5A is Cyan = 0.95, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.33.

Color convert

RGB917290-
CMYK0.9500.480.33
HSL149.82º90.06%35.49%-
HSV(B)149.82º94.77%67.45%-
XYZ16.7130.314.64-
YUV113.92114.553.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.32%
GREEN value IS 172 (67.58% from 255) = 63.47%
BLUE value IS 90 (35.55% from 255) = 33.21%
R=3.32%
G=63.47%
B=33.21%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal9172900.9500.480.33149.8290.0635.49
Hex9AC5A5F03021965a23
Octal112541321370604122613243
Binary100110101100101101010111110110000100001100101101011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09AC5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09AC5A; }

 p { color: rgb(9,172,90); }

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

<style>
 a { background-color: #09AC5A; }

 a { background-color: rgb(9,172,90); }

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

<style>
 span { border-color: #09AC5A; }

 span { border-color: rgb(9,172,90); }

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