Html Css Color HEX #0EA829 Dark Pastel Green

📋 copy color: '#0EA829'

red 14 ◦ green 168 ◦ blue 41

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

Shades of Dark Pastel Green #0EA829

Tints of Dark Pastel Green #0EA829

RGB

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

 GREEN value IS 168 (66.02% from 255) = 75.34%

 BLUE value IS 41 (16.41% from 255) = 18.39%

R = 6.28%
G = 75.34%
B = 18.39%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.76

 K value IS 0.34

RGB Variations

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

Color information

#0EA829 (or 0x0EA829) is known color: Dark Pastel Green. HEX triplet: 0E, A8 and 29. RGB value is (14,168,41). Sum of RGB (Red+Green+Blue) = 14+168+41=223 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.28% from 223); Green value is 168 (66.02% from 255 or 75.34% from 223); Blue value is 41 (16.41% from 255 or 18.39% from 223); Max value from RGB is 168 - color contains mainly: green. Hex color #0EA829 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA829 is #F157D6. Grayscale: #6B6B6B. Windows color (decimal): -15816663 or 2729998. OLE color: 2729998.

HSL color Cylindrical-coordinate representation of color #0EA829: hue angle of 130.52º degrees, saturation: 0.85, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA829 is Cyan = 0.92, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.34.

Color convert

RGB 14 168 41 -
CMYK 0.92 0 0.76 0.34
HSL 130.52º 0.85% 0.36% -
HSV(B) 130.52º 0.92% 0.66% -
XYZ 14.58 28.26 6.78 -
YUV 107.48 90.48 61.33 -
System Red Green Blue C M Y K H S L
Decimal 14 168 41 0.92 0 0.76 0.34 130.52 0.85 0.36
Hex E A8 29 5C 0 4C 22 83 55 24
Octal 16 250 51 134 0 114 42 203 125 44
Binary 1110 10101000 101001 1011100 0 1001100 100010 10000011 1010101 100100

Color Harmonies of #0EA829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA829

Black with #0EA829

Text Example


Text Example

White with #0EA829

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,168,41); }

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

background-color css

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

 a { background-color: rgb(14,168,41); }

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

border-color css

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

 span { border-color: rgb(14,168,41); }

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