#009150

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

Shades of Pigment Green #009150

Tints of Pigment Green #009150

Color information

#009150 (or 0x009150) is unknown color: approx Pigment Green. HEX triplet: 00, 91 and 50. RGB value is (0,145,80). Sum of RGB (Red+Green+Blue) = 0+145+80=225 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 225); Green value is 145 (57.03% from 255 or 64.44% from 225); Blue value is 80 (31.64% from 255 or 35.56% from 225); Max value from RGB is 145 - color contains mainly: green. Hex color #009150 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009150 is #FF6EAF. Grayscale: #5E5E5E. Windows color (decimal): -16740016 or 5280000. OLE color: 5280000.

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

Color convert

RGB014580-
CMYK100.450.43
HSL153.1º100%28.43%-
HSV(B)153.1º100%56.86%-
XYZ11.5720.8311-
YUV94.24119.9660.79-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 145 (57.03% from 255) = 64.44%
BLUE value IS 80 (31.64% from 255) = 35.56%
R=0%
G=64.44%
B=35.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal014580100.450.43153.110028.43
Hex091506402D2B99641c
Octal02211201440555323114434
Binary01001000110100001100100010110110101110011001110010011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009150

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009150; }

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

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

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

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

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

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

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

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