Html Css Color HEX #0EAA6B Jade

📋 copy color: '#0EAA6B'

red 14 ◦ green 170 ◦ blue 107

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

Shades of Jade #0EAA6B

Tints of Jade #0EAA6B

RGB

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

 GREEN value IS 170 (66.8% from 255) = 58.42%

 BLUE value IS 107 (42.19% from 255) = 36.77%

R = 4.81%
G = 58.42%
B = 36.77%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.37

 K value IS 0.33

RGB Variations

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

Color information

#0EAA6B (or 0x0EAA6B) is known color: Jade. HEX triplet: 0E, AA and 6B. RGB value is (14,170,107). Sum of RGB (Red+Green+Blue) = 14+170+107=291 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.81% from 291); Green value is 170 (66.80% from 255 or 58.42% from 291); Blue value is 107 (42.19% from 255 or 36.77% from 291); Max value from RGB is 170 - color contains mainly: green. Hex color #0EAA6B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAA6B is #F15594. Grayscale: #747474. Windows color (decimal): -15816085 or 7055886. OLE color: 7055886.

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

Color convert

RGB 14 170 107 -
CMYK 0.92 0 0.37 0.33
HSL 155.77º 0.85% 0.36% -
HSV(B) 155.77º 0.92% 0.67% -
XYZ 17.21 29.9 18.77 -
YUV 116.17 122.82 55.12 -
System Red Green Blue C M Y K H S L
Decimal 14 170 107 0.92 0 0.37 0.33 155.77 0.85 0.36
Hex E AA 6B 5C 0 25 21 9C 55 24
Octal 16 252 153 134 0 45 41 234 125 44
Binary 1110 10101010 1101011 1011100 0 100101 100001 10011100 1010101 100100

Color Harmonies of #0EAA6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAA6B

Black with #0EAA6B

Text Example


Text Example

White with #0EAA6B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,170,107); }

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

background-color css

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

 a { background-color: rgb(14,170,107); }

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

border-color css

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

 span { border-color: rgb(14,170,107); }

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