Html Css Color HEX #0EA73A Dark Pastel Green

📋 copy color: '#0EA73A'

red 14 ◦ green 167 ◦ blue 58

#0EA73A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pastel Green #0EA73A

Tints of Dark Pastel Green #0EA73A

RGB

 RED value IS 14 (5.86% from 255) = 5.86%

 GREEN value IS 167 (65.63% from 255) = 69.87%

 BLUE value IS 58 (23.05% from 255) = 24.27%

R = 5.86%
G = 69.87%
B = 24.27%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.65

 K value IS 0.35

RGB Variations

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

Color information

#0EA73A (or 0x0EA73A) is known color: Dark Pastel Green. HEX triplet: 0E, A7 and 3A. RGB value is (14,167,58). Sum of RGB (Red+Green+Blue) = 14+167+58=239 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.86% from 239); Green value is 167 (65.62% from 255 or 69.87% from 239); Blue value is 58 (23.05% from 255 or 24.27% from 239); Max value from RGB is 167 - color contains mainly: green. Hex color #0EA73A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA73A is #F158C5. Grayscale: #6D6D6D. Windows color (decimal): -15816902 or 3843854. OLE color: 3843854.

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

Color convert

RGB 14 167 58 -
CMYK 0.92 0 0.65 0.35
HSL 137.25º 0.85% 0.35% -
HSV(B) 137.25º 0.92% 0.65% -
XYZ 14.76 28.04 8.64 -
YUV 108.83 99.31 60.36 -
System Red Green Blue C M Y K H S L
Decimal 14 167 58 0.92 0 0.65 0.35 137.25 0.85 0.35
Hex E A7 3A 5C 0 41 23 89 55 23
Octal 16 247 72 134 0 101 43 211 125 43
Binary 1110 10100111 111010 1011100 0 1000001 100011 10001001 1010101 100011

Color Harmonies of #0EA73A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA73A

Black with #0EA73A

Text Example


Text Example

White with #0EA73A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0EA73A;
 }
 .AnyTagClassName
 {
   color: #0EA73A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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