#009540

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

Shades of Pigment Green #009540

Tints of Pigment Green #009540

Color information

#009540 (or 0x009540) is unknown color: approx Pigment Green. HEX triplet: 00, 95 and 40. RGB value is (0,149,64). Sum of RGB (Red+Green+Blue) = 0+149+64=213 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 213); Green value is 149 (58.59% from 255 or 69.95% from 213); Blue value is 64 (25.39% from 255 or 30.05% from 213); Max value from RGB is 149 - color contains mainly: green. Hex color #009540 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #009540 is #FF6ABF. Grayscale: #5E5E5E. Windows color (decimal): -16739008 or 4232448. OLE color: 4232448.

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

Color convert

RGB014964-
CMYK100.570.42
HSL145.77º100%29.22%-
HSV(B)145.77º100%58.43%-
XYZ11.6721.878.46-
YUV94.76110.6460.41-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 149 (58.59% from 255) = 69.95%
BLUE value IS 64 (25.39% from 255) = 30.05%
R=0%
G=69.95%
B=30.05%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal014964100.570.42145.7710029.22
Hex09540640392A92641d
Octal02251001440715222214435
Binary01001010110000001100100011100110101010010010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009540; }

 p { color: rgb(0,149,64); }

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

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

 a { background-color: rgb(0,149,64); }

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

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

 span { border-color: rgb(0,149,64); }

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