#0E9251

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

Shades of Pigment Green #0E9251

Tints of Pigment Green #0E9251

Color information

#0E9251 (or 0x0E9251) is unknown color: approx Pigment Green. HEX triplet: 0E, 92 and 51. RGB value is (14,146,81). Sum of RGB (Red+Green+Blue) = 14+146+81=241 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.81% from 241); Green value is 146 (57.42% from 255 or 60.58% from 241); Blue value is 81 (32.03% from 255 or 33.61% from 241); Max value from RGB is 146 - color contains mainly: green. Hex color #0E9251 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9251 is #F16DAE. Grayscale: #636363. Windows color (decimal): -15822255 or 5345806. OLE color: 5345806.

HSL color Cylindrical-coordinate representation of color #0E9251: hue angle of 150.45º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0E9251 is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.43.

Color convert

RGB1414681-
CMYK0.9000.450.43
HSL150.45º82.5%31.37%-
HSV(B)150.45º90.41%57.25%-
XYZ11.9521.2511.26-
YUV99.12117.7767.29-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.81%
GREEN value IS 146 (57.42% from 255) = 60.58%
BLUE value IS 81 (32.03% from 255) = 33.61%
R=5.81%
G=60.58%
B=33.61%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14146810.9000.450.43150.4582.531.37
HexE92515A02D2B96521f
Octal162221211320555322612237
Binary11101001001010100011011010010110110101110010110101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,146,81); }

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

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

 a { background-color: rgb(14,146,81); }

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

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

 span { border-color: rgb(14,146,81); }

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