#0E9445

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

Shades of Pigment Green #0E9445

Tints of Pigment Green #0E9445

Color information

#0E9445 (or 0x0E9445) is unknown color: approx Pigment Green. HEX triplet: 0E, 94 and 45. RGB value is (14,148,69). Sum of RGB (Red+Green+Blue) = 14+148+69=231 (30% of max value = 765). Red value is 14 (5.86% from 255 or 6.06% from 231); Green value is 148 (58.20% from 255 or 64.07% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 148 - color contains mainly: green. Hex color #0E9445 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0E9445 is #F16BBA. Grayscale: #636363. Windows color (decimal): -15821755 or 4559886. OLE color: 4559886.

HSL color Cylindrical-coordinate representation of color #0E9445: hue angle of 144.63º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9445 is Cyan = 0.91, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB1414869-
CMYK0.9100.530.42
HSL144.63º82.72%31.76%-
HSV(B)144.63º90.54%58.04%-
XYZ11.8521.79.19-
YUV98.93111.1167.42-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.06%
GREEN value IS 148 (58.20% from 255) = 64.07%
BLUE value IS 69 (27.34% from 255) = 29.87%
R=6.06%
G=64.07%
B=29.87%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14148690.9100.530.42144.6382.7231.76
HexE94455B0352A915320
Octal162241051330655222112340
Binary111010010100100010110110110110101101010100100011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,148,69); }

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

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

 a { background-color: rgb(14,148,69); }

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

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

 span { border-color: rgb(14,148,69); }

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