Html Css Color HEX #0EB16C Jade

📋 copy color: '#0EB16C'

red 14 ◦ green 177 ◦ blue 108

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

Shades of Jade #0EB16C

Tints of Jade #0EB16C

RGB

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

 GREEN value IS 177 (69.53% from 255) = 59.2%

 BLUE value IS 108 (42.58% from 255) = 36.12%

R = 4.68%
G = 59.2%
B = 36.12%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.39

 K value IS 0.31

RGB Variations

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

Color information

#0EB16C (or 0x0EB16C) is known color: Jade. HEX triplet: 0E, B1 and 6C. RGB value is (14,177,108). Sum of RGB (Red+Green+Blue) = 14+177+108=299 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.68% from 299); Green value is 177 (69.53% from 255 or 59.20% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 177 - color contains mainly: green. Hex color #0EB16C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0EB16C is #F14E93. Grayscale: #787878. Windows color (decimal): -15814292 or 7123214. OLE color: 7123214.

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

Color convert

RGB 14 177 108 -
CMYK 0.92 0 0.39 0.31
HSL 154.6º 0.85% 0.37% -
HSV(B) 154.6º 0.92% 0.69% -
XYZ 18.61 32.62 19.5 -
YUV 120.4 121 52.11 -
System Red Green Blue C M Y K H S L
Decimal 14 177 108 0.92 0 0.39 0.31 154.6 0.85 0.37
Hex E B1 6C 5C 0 27 1F 9B 55 25
Octal 16 261 154 134 0 47 37 233 125 45
Binary 1110 10110001 1101100 1011100 0 100111 11111 10011011 1010101 100101

Color Harmonies of #0EB16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB16C

Black with #0EB16C

Text Example


Text Example

White with #0EB16C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,177,108); }

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

background-color css

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

 a { background-color: rgb(14,177,108); }

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

border-color css

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

 span { border-color: rgb(14,177,108); }

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