#09AF5E

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

Shades of Pigment Green #09AF5E

Tints of Pigment Green #09AF5E

Color information

#09AF5E (or 0x09AF5E) is unknown color: approx Pigment Green. HEX triplet: 09, AF and 5E. RGB value is (9,175,94). Sum of RGB (Red+Green+Blue) = 9+175+94=278 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.24% from 278); Green value is 175 (68.75% from 255 or 62.95% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 175 - color contains mainly: green. Hex color #09AF5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AF5E is #F650A1. Grayscale: #747474. Windows color (decimal): -16142498 or 6205193. OLE color: 6205193.

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

Color convert

RGB917594-
CMYK0.9500.460.31
HSL150.72º90.22%36.08%-
HSV(B)150.72º94.86%68.63%-
XYZ17.4631.5315.75-
YUV116.13115.551.59-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.24%
GREEN value IS 175 (68.75% from 255) = 62.95%
BLUE value IS 94 (37.11% from 255) = 33.81%
R=3.24%
G=62.95%
B=33.81%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal9175940.9500.460.31150.7290.2236.08
Hex9AF5E5F02E1F975a24
Octal112571361370563722713244
Binary10011010111110111101011111010111011111100101111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09AF5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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