#0EA746

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

Shades of Pigment Green #0EA746

Tints of Pigment Green #0EA746

Color information

#0EA746 (or 0x0EA746) is unknown color: approx Pigment Green. HEX triplet: 0E, A7 and 46. RGB value is (14,167,70). Sum of RGB (Red+Green+Blue) = 14+167+70=251 (33% of max value = 765). Red value is 14 (5.86% from 255 or 5.58% from 251); Green value is 167 (65.62% from 255 or 66.53% from 251); Blue value is 70 (27.73% from 255 or 27.89% from 251); Max value from RGB is 167 - color contains mainly: green. Hex color #0EA746 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA746 is #F158B9. Grayscale: #6E6E6E. Windows color (decimal): -15816890 or 4630286. OLE color: 4630286.

HSL color Cylindrical-coordinate representation of color #0EA746: hue angle of 141.96º degrees, saturation: 0.85, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA746 is Cyan = 0.92, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB1416770-
CMYK0.9200.580.35
HSL141.96º84.53%35.49%-
HSV(B)141.96º91.62%65.49%-
XYZ15.1128.1710.44-
YUV110.2105.3159.39-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.58%
GREEN value IS 167 (65.62% from 255) = 66.53%
BLUE value IS 70 (27.73% from 255) = 27.89%
R=5.58%
G=66.53%
B=27.89%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal14167700.9200.580.35141.9684.5335.49
HexEA7465C03A238e5523
Octal162471061340724321612543
Binary111010100111100011010111000111010100011100011101010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA746

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,167,70); }

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

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

 a { background-color: rgb(14,167,70); }

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

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

 span { border-color: rgb(14,167,70); }

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