Html Css Color HEX #0EA938 Dark Pastel Green

📋 copy color: '#0EA938'

red 14 ◦ green 169 ◦ blue 56

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

Shades of Dark Pastel Green #0EA938

Tints of Dark Pastel Green #0EA938

RGB

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

 GREEN value IS 169 (66.41% from 255) = 70.71%

 BLUE value IS 56 (22.27% from 255) = 23.43%

R = 5.86%
G = 70.71%
B = 23.43%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.67

 K value IS 0.34

RGB Variations

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

Color information

#0EA938 (or 0x0EA938) is known color: Dark Pastel Green. HEX triplet: 0E, A9 and 38. RGB value is (14,169,56). Sum of RGB (Red+Green+Blue) = 14+169+56=239 (31% of max value = 765). Red value is 14 (5.86% from 255 or 5.86% from 239); Green value is 169 (66.41% from 255 or 70.71% from 239); Blue value is 56 (22.27% from 255 or 23.43% from 239); Max value from RGB is 169 - color contains mainly: green. Hex color #0EA938 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0EA938 is #F156C7. Grayscale: #6E6E6E. Windows color (decimal): -15816392 or 3713294. OLE color: 3713294.

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

Color convert

RGB 14 169 56 -
CMYK 0.92 0 0.67 0.34
HSL 136.26º 0.85% 0.36% -
HSV(B) 136.26º 0.92% 0.66% -
XYZ 15.08 28.75 8.5 -
YUV 109.77 97.65 59.69 -
System Red Green Blue C M Y K H S L
Decimal 14 169 56 0.92 0 0.67 0.34 136.26 0.85 0.36
Hex E A9 38 5C 0 43 22 88 55 24
Octal 16 251 70 134 0 103 42 210 125 44
Binary 1110 10101001 111000 1011100 0 1000011 100010 10001000 1010101 100100

Color Harmonies of #0EA938

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA938

Black with #0EA938

Text Example


Text Example

White with #0EA938

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,169,56); }

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

background-color css

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

 a { background-color: rgb(14,169,56); }

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

border-color css

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

 span { border-color: rgb(14,169,56); }

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