#0AAF50

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

Shades of Pigment Green #0AAF50

Tints of Pigment Green #0AAF50

Color information

#0AAF50 (or 0x0AAF50) is unknown color: approx Pigment Green. HEX triplet: 0A, AF and 50. RGB value is (10,175,80). Sum of RGB (Red+Green+Blue) = 10+175+80=265 (35% of max value = 765). Red value is 10 (4.30% from 255 or 3.77% from 265); Green value is 175 (68.75% from 255 or 66.04% from 265); Blue value is 80 (31.64% from 255 or 30.19% from 265); Max value from RGB is 175 - color contains mainly: green. Hex color #0AAF50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0AAF50 is #F550AF. Grayscale: #737373. Windows color (decimal): -16076976 or 5287690. OLE color: 5287690.

HSL color Cylindrical-coordinate representation of color #0AAF50: hue angle of 145.45º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAF50 is Cyan = 0.94, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.31.

Color convert

RGB1017580-
CMYK0.9400.540.31
HSL145.45º89.19%36.27%-
HSV(B)145.45º94.29%68.63%-
XYZ16.931.312.74-
YUV114.84108.3453.22-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.77%
GREEN value IS 175 (68.75% from 255) = 66.04%
BLUE value IS 80 (31.64% from 255) = 30.19%
R=3.77%
G=66.04%
B=30.19%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal10175800.9400.540.31145.4589.1936.27
HexAAF505E0361F915924
Octal122571201360663722113144
Binary10101010111110100001011110011011011111100100011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AAF50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0AAF50; }

 p { color: rgb(10,175,80); }

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

<style>
 a { background-color: #0AAF50; }

 a { background-color: rgb(10,175,80); }

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

<style>
 span { border-color: #0AAF50; }

 span { border-color: rgb(10,175,80); }

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