#009E50

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

Shades of Pigment Green #009E50

Tints of Pigment Green #009E50

Color information

#009E50 (or 0x009E50) is unknown color: approx Pigment Green. HEX triplet: 00, 9E and 50. RGB value is (0,158,80). Sum of RGB (Red+Green+Blue) = 0+158+80=238 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 238); Green value is 158 (62.11% from 255 or 66.39% from 238); Blue value is 80 (31.64% from 255 or 33.61% from 238); Max value from RGB is 158 - color contains mainly: green. Hex color #009E50 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009E50 is #FF61AF. Grayscale: #666666. Windows color (decimal): -16736688 or 5283328. OLE color: 5283328.

HSL color Cylindrical-coordinate representation of color #009E50: hue angle of 150.38º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #009E50 is Cyan = 1, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.38.

Color convert

RGB015880-
CMYK100.490.38
HSL150.38º100%30.98%-
HSV(B)150.38º100%61.96%-
XYZ13.6725.0311.7-
YUV101.87115.6555.34-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 158 (62.11% from 255) = 66.39%
BLUE value IS 80 (31.64% from 255) = 33.61%
R=0%
G=66.39%
B=33.61%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal015880100.490.38150.3810030.98
Hex09E50640312696641f
Octal02361201440614622614437
Binary01001111010100001100100011000110011010010110110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009E50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #009E50; }

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

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

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

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

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

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

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

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