Html Css Color HEX #009E50 Pigment Green

📋 copy color: '#009E50'

red 0 ◦ green 158 ◦ blue 80

#009E50
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #009E50

Tints of Pigment Green #009E50

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 value IS 1

 M value IS 0

 Y value IS 0.49

 K value IS 0.38

RGB Variations

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

Color information

#009E50 (or 0x009E50) is known color: 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

RGB 0 158 80 -
CMYK 1 0 0.49 0.38
HSL 150.38º 1% 0.31% -
HSV(B) 150.38º 1% 0.62% -
XYZ 13.67 25.03 11.7 -
YUV 101.87 115.65 55.34 -
System Red Green Blue C M Y K H S L
Decimal 0 158 80 1 0 0.49 0.38 150.38 1 0.31
Hex 0 9E 50 64 0 31 26 96 64 1F
Octal 0 236 120 144 0 61 46 226 144 37
Binary 0 10011110 1010000 1100100 0 110001 100110 10010110 1100100 11111

Color Harmonies of #009E50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #009E50

Black with #009E50

Text Example


Text Example

White with #009E50

Text Example


Text Example

HTML Codes & Css Web 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>