Html Css Color HEX #0EA26C Jade

📋 copy color: '#0EA26C'

red 14 ◦ green 162 ◦ blue 108

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

Shades of Jade #0EA26C

Tints of Jade #0EA26C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 57.04%

 BLUE value IS 108 (42.58% from 255) = 38.03%

R = 4.93%
G = 57.04%
B = 38.03%

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

#0EA26C (or 0x0EA26C) is known color: Jade. HEX triplet: 0E, A2 and 6C. RGB value is (14,162,108). Sum of RGB (Red+Green+Blue) = 14+162+108=284 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.93% from 284); Green value is 162 (63.67% from 255 or 57.04% from 284); Blue value is 108 (42.58% from 255 or 38.03% from 284); Max value from RGB is 162 - color contains mainly: green. Hex color #0EA26C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA26C is #F15D93. Grayscale: #6F6F6F. Windows color (decimal): -15818132 or 7119374. OLE color: 7119374.

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

Color convert

RGB 14 162 108 -
CMYK 0.91 0 0.33 0.36
HSL 158.11º 0.84% 0.35% -
HSV(B) 158.11º 0.91% 0.64% -
XYZ 15.81 27.02 18.57 -
YUV 111.59 125.97 58.39 -
System Red Green Blue C M Y K H S L
Decimal 14 162 108 0.91 0 0.33 0.36 158.11 0.84 0.35
Hex E A2 6C 5B 0 21 24 9E 54 23
Octal 16 242 154 133 0 41 44 236 124 43
Binary 1110 10100010 1101100 1011011 0 100001 100100 10011110 1010100 100011

Color Harmonies of #0EA26C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA26C

Black with #0EA26C

Text Example


Text Example

White with #0EA26C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,162,108); }

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

background-color css

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

 a { background-color: rgb(14,162,108); }

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

border-color css

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

 span { border-color: rgb(14,162,108); }

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