#09AF32

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

Shades of Dark Pastel Green #09AF32

Tints of Dark Pastel Green #09AF32

Color information

#09AF32 (or 0x09AF32) is unknown color: approx Dark Pastel Green. HEX triplet: 09, AF and 32. RGB value is (9,175,50). Sum of RGB (Red+Green+Blue) = 9+175+50=234 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.85% from 234); Green value is 175 (68.75% from 255 or 74.79% from 234); Blue value is 50 (19.92% from 255 or 21.37% from 234); Max value from RGB is 175 - color contains mainly: green. Hex color #09AF32 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #09AF32 is #F650CD. Grayscale: #6F6F6F. Windows color (decimal): -16142542 or 3321609. OLE color: 3321609.

HSL color Cylindrical-coordinate representation of color #09AF32: hue angle of 134.82º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AF32 is Cyan = 0.95, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB917550-
CMYK0.9500.710.31
HSL134.82º90.22%36.08%-
HSV(B)134.82º94.86%68.63%-
XYZ16.0230.958.15-
YUV111.1293.555.16-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.85%
GREEN value IS 175 (68.75% from 255) = 74.79%
BLUE value IS 50 (19.92% from 255) = 21.37%
R=3.85%
G=74.79%
B=21.37%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal9175500.9500.710.31134.8290.2236.08
Hex9AF325F0471F875a24
Octal112576213701073720713244
Binary10011010111111001010111110100011111111100001111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09AF32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,175,50); }

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

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

 a { background-color: rgb(9,175,50); }

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

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

 span { border-color: rgb(9,175,50); }

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