#0E9353

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

Shades of Pigment Green #0E9353

Tints of Pigment Green #0E9353

Color information

#0E9353 (or 0x0E9353) is unknown color: approx Pigment Green. HEX triplet: 0E, 93 and 53. RGB value is (14,147,83). Sum of RGB (Red+Green+Blue) = 14+147+83=244 (32% of max value = 765). Red value is 14 (5.86% from 255 or 5.74% from 244); Green value is 147 (57.81% from 255 or 60.25% from 244); Blue value is 83 (32.81% from 255 or 34.02% from 244); Max value from RGB is 147 - color contains mainly: green. Hex color #0E9353 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9353 is #F16CAC. Grayscale: #646464. Windows color (decimal): -15821997 or 5477134. OLE color: 5477134.

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

Color convert

RGB1414783-
CMYK0.9000.440.42
HSL151.13º82.61%31.57%-
HSV(B)151.13º90.48%57.65%-
XYZ12.1821.5911.71-
YUV99.94118.4466.7-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.74%
GREEN value IS 147 (57.81% from 255) = 60.25%
BLUE value IS 83 (32.81% from 255) = 34.02%
R=5.74%
G=60.25%
B=34.02%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14147830.9000.440.42151.1382.6131.57
HexE93535A02C2A975320
Octal162231231320545222712340
Binary111010010011101001110110100101100101010100101111010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9353

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,147,83); }

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

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

 a { background-color: rgb(14,147,83); }

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

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

 span { border-color: rgb(14,147,83); }

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