Html Css Color HEX #0EBB6E Jade

📋 copy color: '#0EBB6E'

red 14 ◦ green 187 ◦ blue 110

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

Shades of Jade #0EBB6E

Tints of Jade #0EBB6E

RGB

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

 GREEN value IS 187 (73.44% from 255) = 60.13%

 BLUE value IS 110 (43.36% from 255) = 35.37%

R = 4.5%
G = 60.13%
B = 35.37%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.41

 K value IS 0.27

RGB Variations

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

Color information

#0EBB6E (or 0x0EBB6E) is known color: Jade. HEX triplet: 0E, BB and 6E. RGB value is (14,187,110). Sum of RGB (Red+Green+Blue) = 14+187+110=311 (41% of max value = 765). Red value is 14 (5.86% from 255 or 4.50% from 311); Green value is 187 (73.44% from 255 or 60.13% from 311); Blue value is 110 (43.36% from 255 or 35.37% from 311); Max value from RGB is 187 - color contains mainly: green. Hex color #0EBB6E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0EBB6E is #F14491. Grayscale: #7E7E7E. Windows color (decimal): -15811730 or 7256846. OLE color: 7256846.

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

Color convert

RGB 14 187 110 -
CMYK 0.93 0 0.41 0.27
HSL 153.29º 0.86% 0.39% -
HSV(B) 153.29º 0.93% 0.73% -
XYZ 20.77 36.76 20.75 -
YUV 126.5 118.69 47.76 -
System Red Green Blue C M Y K H S L
Decimal 14 187 110 0.93 0 0.41 0.27 153.29 0.86 0.39
Hex E BB 6E 5D 0 29 1B 99 56 27
Octal 16 273 156 135 0 51 33 231 126 47
Binary 1110 10111011 1101110 1011101 0 101001 11011 10011001 1010110 100111

Color Harmonies of #0EBB6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0EBB6E

Black with #0EBB6E

Text Example


Text Example

White with #0EBB6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(14,187,110); }

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

background-color css

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

 a { background-color: rgb(14,187,110); }

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

border-color css

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

 span { border-color: rgb(14,187,110); }

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