Html Css Color HEX #0EB866 Jade

📋 copy color: '#0EB866'

red 14 ◦ green 184 ◦ blue 102

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

Shades of Jade #0EB866

Tints of Jade #0EB866

RGB

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

 GREEN value IS 184 (72.27% from 255) = 61.33%

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

R = 4.67%
G = 61.33%
B = 34%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#0EB866 (or 0x0EB866) is known color: Jade. HEX triplet: 0E, B8 and 66. RGB value is (14,184,102). Sum of RGB (Red+Green+Blue) = 14+184+102=300 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.67% from 300); Green value is 184 (72.27% from 255 or 61.33% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 184 - color contains mainly: green. Hex color #0EB866 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EB866 is #F14799. Grayscale: #7B7B7B. Windows color (decimal): -15812506 or 6731790. OLE color: 6731790.

HSL color Cylindrical-coordinate representation of color #0EB866: hue angle of 151.06º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0EB866 is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.28.

Color convert

RGB 14 184 102 -
CMYK 0.92 0 0.45 0.28
HSL 151.06º 0.86% 0.39% -
HSV(B) 151.06º 0.92% 0.72% -
XYZ 19.72 35.33 18.35 -
YUV 123.82 115.68 49.67 -
System Red Green Blue C M Y K H S L
Decimal 14 184 102 0.92 0 0.45 0.28 151.06 0.86 0.39
Hex E B8 66 5C 0 2D 1C 97 56 27
Octal 16 270 146 134 0 55 34 227 126 47
Binary 1110 10111000 1100110 1011100 0 101101 11100 10010111 1010110 100111

Color Harmonies of #0EB866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB866

Black with #0EB866

Text Example


Text Example

White with #0EB866

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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