#09A53C

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

Shades of Pigment Green #09A53C

Tints of Pigment Green #09A53C

Color information

#09A53C (or 0x09A53C) is unknown color: approx Pigment Green. HEX triplet: 09, A5 and 3C. RGB value is (9,165,60). Sum of RGB (Red+Green+Blue) = 9+165+60=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 165 (64.84% from 255 or 70.51% from 234); Blue value is 60 (23.83% from 255 or 25.64% from 234); Max value from RGB is 165 - color contains mainly: green. Hex color #09A53C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09A53C is #F65AC3. Grayscale: #6A6A6A. Windows color (decimal): -16145092 or 3974409. OLE color: 3974409.

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

Color convert

RGB916560-
CMYK0.9500.640.35
HSL139.62º89.66%34.12%-
HSV(B)139.62º94.55%64.71%-
XYZ14.3827.298.79-
YUV106.39101.8258.54-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.85%
GREEN value IS 165 (64.84% from 255) = 70.51%
BLUE value IS 60 (23.83% from 255) = 25.64%
R=3.85%
G=70.51%
B=25.64%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal9165600.9500.640.35139.6289.6634.12
Hex9A53C5F040238c5a22
Octal112457413701004321413242
Binary100110100101111100101111101000000100011100011001011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A53C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,165,60); }

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

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

 a { background-color: rgb(9,165,60); }

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

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

 span { border-color: rgb(9,165,60); }

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