#0EA72A

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

Shades of Dark Pastel Green #0EA72A

Tints of Dark Pastel Green #0EA72A

Color information

#0EA72A (or 0x0EA72A) is unknown color: approx Dark Pastel Green. HEX triplet: 0E, A7 and 2A. RGB value is (14,167,42). Sum of RGB (Red+Green+Blue) = 14+167+42=223 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.28% from 223); Green value is 167 (65.62% from 255 or 74.89% from 223); Blue value is 42 (16.80% from 255 or 18.83% from 223); Max value from RGB is 167 - color contains mainly: green. Hex color #0EA72A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA72A is #F158D5. Grayscale: #6B6B6B. Windows color (decimal): -15816918 or 2795278. OLE color: 2795278.

HSL color Cylindrical-coordinate representation of color #0EA72A: hue angle of 130.98º 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 #0EA72A is Cyan = 0.92, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.35.

Color convert

RGB1416742-
CMYK0.9200.750.35
HSL130.98º84.53%35.49%-
HSV(B)130.98º91.62%65.49%-
XYZ14.4227.96.82-
YUV10791.3161.66-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.28%
GREEN value IS 167 (65.62% from 255) = 74.89%
BLUE value IS 42 (16.80% from 255) = 18.83%
R=6.28%
G=74.89%
B=18.83%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal14167420.9200.750.35130.9884.5335.49
HexEA72A5C04B23835523
Octal162475213401134320312543
Binary111010100111101010101110001001011100011100000111010101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0EA72A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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