#09A534

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

Shades of Dark Pastel Green #09A534

Tints of Dark Pastel Green #09A534

Color information

#09A534 (or 0x09A534) is unknown color: approx Dark Pastel Green. HEX triplet: 09, A5 and 34. RGB value is (9,165,52). Sum of RGB (Red+Green+Blue) = 9+165+52=226 (29% of max value = 765). Red value is 9 (3.91% from 255 or 3.98% from 226); Green value is 165 (64.84% from 255 or 73.01% from 226); Blue value is 52 (20.70% from 255 or 23.01% from 226); Max value from RGB is 165 - color contains mainly: green. Hex color #09A534 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09A534 is #F65ACB. Grayscale: #696969. Windows color (decimal): -16145100 or 3450121. OLE color: 3450121.

HSL color Cylindrical-coordinate representation of color #09A534: hue angle of 136.54º 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 #09A534 is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.35.

Color convert

RGB916552-
CMYK0.9500.680.35
HSL136.54º89.66%34.12%-
HSV(B)136.54º94.55%64.71%-
XYZ14.1927.227.75-
YUV105.4797.8259.19-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.98%
GREEN value IS 165 (64.84% from 255) = 73.01%
BLUE value IS 52 (20.70% from 255) = 23.01%
R=3.98%
G=73.01%
B=23.01%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal9165520.9500.680.35136.5489.6634.12
Hex9A5345F04423895a22
Octal112456413701044321113242
Binary100110100101110100101111101000100100011100010011011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A534

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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