#0A9150

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

Shades of Pigment Green #0A9150

Tints of Pigment Green #0A9150

Color information

#0A9150 (or 0x0A9150) is unknown color: approx Pigment Green. HEX triplet: 0A, 91 and 50. RGB value is (10,145,80). Sum of RGB (Red+Green+Blue) = 10+145+80=235 (31% of max value = 765). Red value is 10 (4.30% from 255 or 4.26% from 235); Green value is 145 (57.03% from 255 or 61.70% from 235); Blue value is 80 (31.64% from 255 or 34.04% from 235); Max value from RGB is 145 - color contains mainly: green. Hex color #0A9150 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0A9150 is #F56EAF. Grayscale: #616161. Windows color (decimal): -16084656 or 5280010. OLE color: 5280010.

HSL color Cylindrical-coordinate representation of color #0A9150: hue angle of 151.11º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9150 is Cyan = 0.93, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB1014580-
CMYK0.9300.450.43
HSL151.11º87.1%30.39%-
HSV(B)151.11º93.1%56.86%-
XYZ11.720.8911.01-
YUV97.22118.2765.79-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 4.26%
GREEN value IS 145 (57.03% from 255) = 61.70%
BLUE value IS 80 (31.64% from 255) = 34.04%
R=4.26%
G=61.70%
B=34.04%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal10145800.9300.450.43151.1187.130.39
HexA91505D02D2B97571e
Octal122211201350555322712736
Binary10101001000110100001011101010110110101110010111101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A9150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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