Html Css Color HEX #0EB862 Jade

📋 copy color: '#0EB862'

red 14 ◦ green 184 ◦ blue 98

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

Shades of Jade #0EB862

Tints of Jade #0EB862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.11%

R = 4.73%
G = 62.16%
B = 33.11%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.47

 K value IS 0.28

RGB Variations

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

Color information

#0EB862 (or 0x0EB862) is known color: Jade. HEX triplet: 0E, B8 and 62. RGB value is (14,184,98). Sum of RGB (Red+Green+Blue) = 14+184+98=296 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.73% from 296); Green value is 184 (72.27% from 255 or 62.16% from 296); Blue value is 98 (38.67% from 255 or 33.11% from 296); Max value from RGB is 184 - color contains mainly: green. Hex color #0EB862 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EB862 is #F1479D. Grayscale: #7B7B7B. Windows color (decimal): -15812510 or 6469646. OLE color: 6469646.

HSL color Cylindrical-coordinate representation of color #0EB862: hue angle of 149.65º 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 #0EB862 is Cyan = 0.92, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.28.

Color convert

RGB 14 184 98 -
CMYK 0.92 0 0.47 0.28
HSL 149.65º 0.86% 0.39% -
HSV(B) 149.65º 0.92% 0.72% -
XYZ 19.53 35.26 17.33 -
YUV 123.37 113.68 49.99 -
System Red Green Blue C M Y K H S L
Decimal 14 184 98 0.92 0 0.47 0.28 149.65 0.86 0.39
Hex E B8 62 5C 0 2F 1C 96 56 27
Octal 16 270 142 134 0 57 34 226 126 47
Binary 1110 10111000 1100010 1011100 0 101111 11100 10010110 1010110 100111

Color Harmonies of #0EB862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB862

Black with #0EB862

Text Example


Text Example

White with #0EB862

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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