Html Css Color HEX #0EA827 Dark Pastel Green

📋 copy color: '#0EA827'

red 14 ◦ green 168 ◦ blue 39

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

Shades of Dark Pastel Green #0EA827

Tints of Dark Pastel Green #0EA827

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.65%

R = 6.33%
G = 76.02%
B = 17.65%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.77

 K value IS 0.34

RGB Variations

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

Color information

#0EA827 (or 0x0EA827) is known color: Dark Pastel Green. HEX triplet: 0E, A8 and 27. RGB value is (14,168,39). Sum of RGB (Red+Green+Blue) = 14+168+39=221 (29% of max value = 765). Red value is 14 (5.86% from 255 or 6.33% from 221); Green value is 168 (66.02% from 255 or 76.02% from 221); Blue value is 39 (15.62% from 255 or 17.65% from 221); Max value from RGB is 168 - color contains mainly: green. Hex color #0EA827 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA827 is #F157D8. Grayscale: #6B6B6B. Windows color (decimal): -15816665 or 2598926. OLE color: 2598926.

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

Color convert

RGB 14 168 39 -
CMYK 0.92 0 0.77 0.34
HSL 129.74º 0.85% 0.36% -
HSV(B) 129.74º 0.92% 0.66% -
XYZ 14.55 28.25 6.6 -
YUV 107.25 89.48 61.49 -
System Red Green Blue C M Y K H S L
Decimal 14 168 39 0.92 0 0.77 0.34 129.74 0.85 0.36
Hex E A8 27 5C 0 4D 22 82 55 24
Octal 16 250 47 134 0 115 42 202 125 44
Binary 1110 10101000 100111 1011100 0 1001101 100010 10000010 1010101 100100

Color Harmonies of #0EA827

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA827

Black with #0EA827

Text Example


Text Example

White with #0EA827

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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