Html Css Color HEX #0EA36D Jade

📋 copy color: '#0EA36D'

red 14 ◦ green 163 ◦ blue 109

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

Shades of Jade #0EA36D

Tints of Jade #0EA36D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 38.11%

R = 4.9%
G = 56.99%
B = 38.11%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.33

 K value IS 0.36

RGB Variations

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

Color information

#0EA36D (or 0x0EA36D) is known color: Jade. HEX triplet: 0E, A3 and 6D. RGB value is (14,163,109). Sum of RGB (Red+Green+Blue) = 14+163+109=286 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.90% from 286); Green value is 163 (64.06% from 255 or 56.99% from 286); Blue value is 109 (42.97% from 255 or 38.11% from 286); Max value from RGB is 163 - color contains mainly: green. Hex color #0EA36D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA36D is #F15C92. Grayscale: #707070. Windows color (decimal): -15817875 or 7185166. OLE color: 7185166.

HSL color Cylindrical-coordinate representation of color #0EA36D: hue angle of 158.26º 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 #0EA36D is Cyan = 0.91, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.36.

Color convert

RGB 14 163 109 -
CMYK 0.91 0 0.33 0.36
HSL 158.26º 0.84% 0.35% -
HSV(B) 158.26º 0.91% 0.64% -
XYZ 16.04 27.39 18.91 -
YUV 112.29 126.14 57.89 -
System Red Green Blue C M Y K H S L
Decimal 14 163 109 0.91 0 0.33 0.36 158.26 0.84 0.35
Hex E A3 6D 5B 0 21 24 9E 54 23
Octal 16 243 155 133 0 41 44 236 124 43
Binary 1110 10100011 1101101 1011011 0 100001 100100 10011110 1010100 100011

Color Harmonies of #0EA36D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA36D

Black with #0EA36D

Text Example


Text Example

White with #0EA36D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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