#0E9452

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

Shades of Pigment Green #0E9452

Tints of Pigment Green #0E9452

Color information

#0E9452 (or 0x0E9452) is unknown color: approx Pigment Green. HEX triplet: 0E, 94 and 52. RGB value is (14,148,82). Sum of RGB (Red+Green+Blue) = 14+148+82=244 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.74% from 244); Green value is 148 (58.20% from 255 or 60.66% from 244); Blue value is 82 (32.42% from 255 or 33.61% from 244); Max value from RGB is 148 - color contains mainly: green. Hex color #0E9452 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9452 is #F16BAD. Grayscale: #646464. Windows color (decimal): -15821742 or 5411854. OLE color: 5411854.

HSL color Cylindrical-coordinate representation of color #0E9452: hue angle of 150.45º 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 #0E9452 is Cyan = 0.91, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.42.

Color convert

RGB1414882-
CMYK0.9100.450.42
HSL150.45º82.72%31.76%-
HSV(B)150.45º90.54%58.04%-
XYZ12.2921.8811.56-
YUV100.41117.6166.37-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.74%
GREEN value IS 148 (58.20% from 255) = 60.66%
BLUE value IS 82 (32.42% from 255) = 33.61%
R=5.74%
G=60.66%
B=33.61%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14148820.9100.450.42150.4582.7231.76
HexE94525B02D2A965320
Octal162241221330555222612340
Binary111010010100101001010110110101101101010100101101010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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