Html Css Color HEX #0EA666 Jade

📋 copy color: '#0EA666'

red 14 ◦ green 166 ◦ blue 102

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

Shades of Jade #0EA666

Tints of Jade #0EA666

RGB

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

 GREEN value IS 166 (65.23% from 255) = 58.87%

 BLUE value IS 102 (40.23% from 255) = 36.17%

R = 4.96%
G = 58.87%
B = 36.17%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.39

 K value IS 0.35

RGB Variations

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

Color information

#0EA666 (or 0x0EA666) is known color: Jade. HEX triplet: 0E, A6 and 66. RGB value is (14,166,102). Sum of RGB (Red+Green+Blue) = 14+166+102=282 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.96% from 282); Green value is 166 (65.23% from 255 or 58.87% from 282); Blue value is 102 (40.23% from 255 or 36.17% from 282); Max value from RGB is 166 - color contains mainly: green. Hex color #0EA666 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EA666 is #F15999. Grayscale: #717171. Windows color (decimal): -15817114 or 6727182. OLE color: 6727182.

HSL color Cylindrical-coordinate representation of color #0EA666: hue angle of 154.74º degrees, saturation: 0.84, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EA666 is Cyan = 0.92, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.35.

Color convert

RGB 14 166 102 -
CMYK 0.92 0 0.39 0.35
HSL 154.74º 0.84% 0.35% -
HSV(B) 154.74º 0.92% 0.65% -
XYZ 16.22 28.33 17.18 -
YUV 113.26 121.64 57.2 -
System Red Green Blue C M Y K H S L
Decimal 14 166 102 0.92 0 0.39 0.35 154.74 0.84 0.35
Hex E A6 66 5C 0 27 23 9B 54 23
Octal 16 246 146 134 0 47 43 233 124 43
Binary 1110 10100110 1100110 1011100 0 100111 100011 10011011 1010100 100011

Color Harmonies of #0EA666

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EA666

Black with #0EA666

Text Example


Text Example

White with #0EA666

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,166,102); }

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

background-color css

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

 a { background-color: rgb(14,166,102); }

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

border-color css

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

 span { border-color: rgb(14,166,102); }

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