Html Css Color HEX #0EA32E Dark Pastel Green

📋 copy color: '#0EA32E'

red 14 ◦ green 163 ◦ blue 46

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

Shades of Dark Pastel Green #0EA32E

Tints of Dark Pastel Green #0EA32E

RGB

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

 GREEN value IS 163 (64.06% from 255) = 73.09%

 BLUE value IS 46 (18.36% from 255) = 20.63%

R = 6.28%
G = 73.09%
B = 20.63%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.72

 K value IS 0.36

RGB Variations

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

Color information

#0EA32E (or 0x0EA32E) is known color: Dark Pastel Green. HEX triplet: 0E, A3 and 2E. RGB value is (14,163,46). Sum of RGB (Red+Green+Blue) = 14+163+46=223 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.28% from 223); Green value is 163 (64.06% from 255 or 73.09% from 223); Blue value is 46 (18.36% from 255 or 20.63% from 223); Max value from RGB is 163 - color contains mainly: green. Hex color #0EA32E is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA32E is #F15CD1. Grayscale: #696969. Windows color (decimal): -15817938 or 3056398. OLE color: 3056398.

HSL color Cylindrical-coordinate representation of color #0EA32E: hue angle of 132.89º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0EA32E is Cyan = 0.91, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.36.

Color convert

RGB 14 163 46 -
CMYK 0.91 0 0.72 0.36
HSL 132.89º 0.84% 0.35% -
HSV(B) 132.89º 0.91% 0.64% -
XYZ 13.77 26.49 6.97 -
YUV 105.11 94.64 63.01 -
System Red Green Blue C M Y K H S L
Decimal 14 163 46 0.91 0 0.72 0.36 132.89 0.84 0.35
Hex E A3 2E 5B 0 48 24 85 54 23
Octal 16 243 56 133 0 110 44 205 124 43
Binary 1110 10100011 101110 1011011 0 1001000 100100 10000101 1010100 100011

Color Harmonies of #0EA32E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA32E

Black with #0EA32E

Text Example


Text Example

White with #0EA32E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,163,46); }

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

background-color css

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

 a { background-color: rgb(14,163,46); }

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

border-color css

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

 span { border-color: rgb(14,163,46); }

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