Html Css Color HEX #0EAF66 Jade

📋 copy color: '#0EAF66'

red 14 ◦ green 175 ◦ blue 102

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

Shades of Jade #0EAF66

Tints of Jade #0EAF66

RGB

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

 GREEN value IS 175 (68.75% from 255) = 60.14%

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

R = 4.81%
G = 60.14%
B = 35.05%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.42

 K value IS 0.31

RGB Variations

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

Color information

#0EAF66 (or 0x0EAF66) is known color: Jade. HEX triplet: 0E, AF and 66. RGB value is (14,175,102). Sum of RGB (Red+Green+Blue) = 14+175+102=291 (38% of max value = 765). Red value is 14 (5.86% from 255 or 4.81% from 291); Green value is 175 (68.75% from 255 or 60.14% from 291); Blue value is 102 (40.23% from 255 or 35.05% from 291); Max value from RGB is 175 - color contains mainly: green. Hex color #0EAF66 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EAF66 is #F15099. Grayscale: #767676. Windows color (decimal): -15814810 or 6729486. OLE color: 6729486.

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

Color convert

RGB 14 175 102 -
CMYK 0.92 0 0.42 0.31
HSL 152.8º 0.85% 0.37% -
HSV(B) 152.8º 0.92% 0.69% -
XYZ 17.91 31.71 17.75 -
YUV 118.54 118.66 53.44 -
System Red Green Blue C M Y K H S L
Decimal 14 175 102 0.92 0 0.42 0.31 152.8 0.85 0.37
Hex E AF 66 5C 0 2A 1F 99 55 25
Octal 16 257 146 134 0 52 37 231 125 45
Binary 1110 10101111 1100110 1011100 0 101010 11111 10011001 1010101 100101

Color Harmonies of #0EAF66

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EAF66

Black with #0EAF66

Text Example


Text Example

White with #0EAF66

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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