#09AF4E

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

Shades of Pigment Green #09AF4E

Tints of Pigment Green #09AF4E

Color information

#09AF4E (or 0x09AF4E) is unknown color: approx Pigment Green. HEX triplet: 09, AF and 4E. RGB value is (9,175,78). Sum of RGB (Red+Green+Blue) = 9+175+78=262 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.44% from 262); Green value is 175 (68.75% from 255 or 66.79% from 262); Blue value is 78 (30.86% from 255 or 29.77% from 262); Max value from RGB is 175 - color contains mainly: green. Hex color #09AF4E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AF4E is #F650B1. Grayscale: #727272. Windows color (decimal): -16142514 or 5156617. OLE color: 5156617.

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

Color convert

RGB917578-
CMYK0.9500.550.31
HSL144.94º90.22%36.08%-
HSV(B)144.94º94.86%68.63%-
XYZ16.8231.2712.36-
YUV114.31107.552.89-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.44%
GREEN value IS 175 (68.75% from 255) = 66.79%
BLUE value IS 78 (30.86% from 255) = 29.77%
R=3.44%
G=66.79%
B=29.77%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal9175780.9500.550.31144.9490.2236.08
Hex9AF4E5F0371F915a24
Octal112571161370673722113244
Binary10011010111110011101011111011011111111100100011011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09AF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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