Html Css Color HEX #0EB76B Jade

📋 copy color: '#0EB76B'

red 14 ◦ green 183 ◦ blue 107

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

Shades of Jade #0EB76B

Tints of Jade #0EB76B

RGB

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

 GREEN value IS 183 (71.88% from 255) = 60.2%

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

R = 4.61%
G = 60.2%
B = 35.2%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.42

 K value IS 0.28

RGB Variations

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

Color information

#0EB76B (or 0x0EB76B) is known color: Jade. HEX triplet: 0E, B7 and 6B. RGB value is (14,183,107). Sum of RGB (Red+Green+Blue) = 14+183+107=304 (40% of max value = 765). Red value is 14 (5.86% from 255 or 4.61% from 304); Green value is 183 (71.88% from 255 or 60.20% from 304); Blue value is 107 (42.19% from 255 or 35.20% from 304); Max value from RGB is 183 - color contains mainly: green. Hex color #0EB76B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EB76B is #F14894. Grayscale: #7B7B7B. Windows color (decimal): -15812757 or 7059214. OLE color: 7059214.

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

Color convert

RGB 14 183 107 -
CMYK 0.92 0 0.42 0.28
HSL 153.02º 0.86% 0.39% -
HSV(B) 153.02º 0.92% 0.72% -
XYZ 19.77 35.02 19.63 -
YUV 123.81 118.51 49.68 -
System Red Green Blue C M Y K H S L
Decimal 14 183 107 0.92 0 0.42 0.28 153.02 0.86 0.39
Hex E B7 6B 5C 0 2A 1C 99 56 27
Octal 16 267 153 134 0 52 34 231 126 47
Binary 1110 10110111 1101011 1011100 0 101010 11100 10011001 1010110 100111

Color Harmonies of #0EB76B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB76B

Black with #0EB76B

Text Example


Text Example

White with #0EB76B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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