Html Css Color HEX #0EB961 Jade

📋 copy color: '#0EB961'

red 14 ◦ green 185 ◦ blue 97

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

Shades of Jade #0EB961

Tints of Jade #0EB961

RGB

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

 GREEN value IS 185 (72.66% from 255) = 62.5%

 BLUE value IS 97 (38.28% from 255) = 32.77%

R = 4.73%
G = 62.5%
B = 32.77%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.48

 K value IS 0.27

RGB Variations

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

Color information

#0EB961 (or 0x0EB961) is known color: Jade. HEX triplet: 0E, B9 and 61. RGB value is (14,185,97). Sum of RGB (Red+Green+Blue) = 14+185+97=296 (39% of max value = 765). Red value is 14 (5.86% from 255 or 4.73% from 296); Green value is 185 (72.66% from 255 or 62.5% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 185 - color contains mainly: green. Hex color #0EB961 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EB961 is #F1469E. Grayscale: #7C7C7C. Windows color (decimal): -15812255 or 6404366. OLE color: 6404366.

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

Color convert

RGB 14 185 97 -
CMYK 0.92 0 0.48 0.27
HSL 149.12º 0.86% 0.39% -
HSV(B) 149.12º 0.92% 0.73% -
XYZ 19.69 35.65 17.15 -
YUV 123.84 112.85 49.66 -
System Red Green Blue C M Y K H S L
Decimal 14 185 97 0.92 0 0.48 0.27 149.12 0.86 0.39
Hex E B9 61 5C 0 30 1B 95 56 27
Octal 16 271 141 134 0 60 33 225 126 47
Binary 1110 10111001 1100001 1011100 0 110000 11011 10010101 1010110 100111

Color Harmonies of #0EB961

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EB961

Black with #0EB961

Text Example


Text Example

White with #0EB961

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,185,97); }

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

background-color css

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

 a { background-color: rgb(14,185,97); }

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

border-color css

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

 span { border-color: rgb(14,185,97); }

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