#0E9950

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

Shades of Pigment Green #0E9950

Tints of Pigment Green #0E9950

Color information

#0E9950 (or 0x0E9950) is unknown color: approx Pigment Green. HEX triplet: 0E, 99 and 50. RGB value is (14,153,80). Sum of RGB (Red+Green+Blue) = 14+153+80=247 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.67% from 247); Green value is 153 (60.16% from 255 or 61.94% from 247); Blue value is 80 (31.64% from 255 or 32.39% from 247); Max value from RGB is 153 - color contains mainly: green. Hex color #0E9950 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9950 is #F166AF. Grayscale: #676767. Windows color (decimal): -15820464 or 5282062. OLE color: 5282062.

HSL color Cylindrical-coordinate representation of color #0E9950: hue angle of 148.49º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9950 is Cyan = 0.91, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.4.

Color convert

RGB1415380-
CMYK0.9100.480.4
HSL148.49º83.23%32.75%-
HSV(B)148.49º90.85%60%-
XYZ13.0223.4611.43-
YUV103.12114.9564.44-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.67%
GREEN value IS 153 (60.16% from 255) = 61.94%
BLUE value IS 80 (31.64% from 255) = 32.39%
R=5.67%
G=61.94%
B=32.39%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal14153800.9100.480.4148.4983.2332.75
HexE99505B03028945321
Octal162311201330605022412341
Binary111010011001101000010110110110000101000100101001010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E9950; }

 p { color: rgb(14,153,80); }

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

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

 a { background-color: rgb(14,153,80); }

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

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

 span { border-color: rgb(14,153,80); }

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