#009E55

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

Shades of Pigment Green #009E55

Tints of Pigment Green #009E55

Color information

#009E55 (or 0x009E55) is unknown color: approx Pigment Green. HEX triplet: 00, 9E and 55. RGB value is (0,158,85). Sum of RGB (Red+Green+Blue) = 0+158+85=243 (32% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 243); Green value is 158 (62.11% from 255 or 65.02% from 243); Blue value is 85 (33.59% from 255 or 34.98% from 243); Max value from RGB is 158 - color contains mainly: green. Hex color #009E55 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #009E55 is #FF61AA. Grayscale: #666666. Windows color (decimal): -16736683 or 5611008. OLE color: 5611008.

HSL color Cylindrical-coordinate representation of color #009E55: hue angle of 152.28º 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 #009E55 is Cyan = 1, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.38.

Color convert

RGB015885-
CMYK100.460.38
HSL152.28º100%30.98%-
HSV(B)152.28º100%61.96%-
XYZ13.8725.1112.71-
YUV102.44118.1554.94-

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) = 65.02%
BLUE value IS 85 (33.59% from 255) = 34.98%
R=0%
G=65.02%
B=34.98%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal015885100.460.38152.2810030.98
Hex09E556402E2698641f
Octal02361251440564623014437
Binary01001111010101011100100010111010011010011000110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #009E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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