#09AF55

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

Shades of Pigment Green #09AF55

Tints of Pigment Green #09AF55

Color information

#09AF55 (or 0x09AF55) is unknown color: approx Pigment Green. HEX triplet: 09, AF and 55. RGB value is (9,175,85). Sum of RGB (Red+Green+Blue) = 9+175+85=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 175 (68.75% from 255 or 65.06% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 175 - color contains mainly: green. Hex color #09AF55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09AF55 is #F650AA. Grayscale: #737373. Windows color (decimal): -16142507 or 5615369. OLE color: 5615369.

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

Color convert

RGB917585-
CMYK0.9500.510.31
HSL147.47º90.22%36.08%-
HSV(B)147.47º94.86%68.63%-
XYZ17.0831.3713.75-
YUV115.1111152.32-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.35%
GREEN value IS 175 (68.75% from 255) = 65.06%
BLUE value IS 85 (33.59% from 255) = 31.60%
R=3.35%
G=65.06%
B=31.60%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal9175850.9500.510.31147.4790.2236.08
Hex9AF555F0331F935a24
Octal112571251370633722313244
Binary10011010111110101011011111011001111111100100111011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09AF55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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