Html Css Color HEX #0BB76D Jade

📋 copy color: '#0BB76D'

red 11 ◦ green 183 ◦ blue 109

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

Shades of Jade #0BB76D

Tints of Jade #0BB76D

RGB

 RED value IS 11 (4.69% from 255) = 3.63%

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

 BLUE value IS 109 (42.97% from 255) = 35.97%

R = 3.63%
G = 60.4%
B = 35.97%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.40

 K value IS 0.28

RGB Variations

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

Color information

#0BB76D (or 0x0BB76D) is known color: Jade. HEX triplet: 0B, B7 and 6D. RGB value is (11,183,109). Sum of RGB (Red+Green+Blue) = 11+183+109=303 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.63% from 303); Green value is 183 (71.88% from 255 or 60.40% from 303); Blue value is 109 (42.97% from 255 or 35.97% from 303); Max value from RGB is 183 - color contains mainly: green. Hex color #0BB76D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB76D is #F44892. Grayscale: #7B7B7B. Windows color (decimal): -16009363 or 7190283. OLE color: 7190283.

HSL color Cylindrical-coordinate representation of color #0BB76D: hue angle of 154.19º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BB76D is Cyan = 0.94, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB 11 183 109 -
CMYK 0.94 0 0.40 0.28
HSL 154.19º 0.89% 0.38% -
HSV(B) 154.19º 0.94% 0.72% -
XYZ 19.83 35.04 20.19 -
YUV 123.14 120.02 48.02 -
System Red Green Blue C M Y K H S L
Decimal 11 183 109 0.94 0 0.40 0.28 154.19 0.89 0.38
Hex B B7 6D 5E 0 28 1C 9A 59 26
Octal 13 267 155 136 0 50 34 232 131 46
Binary 1011 10110111 1101101 1011110 0 101000 11100 10011010 1011001 100110

Color Harmonies of #0BB76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB76D

Black with #0BB76D

Text Example


Text Example

White with #0BB76D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,183,109); }

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

background-color css

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

 a { background-color: rgb(11,183,109); }

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

border-color css

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

 span { border-color: rgb(11,183,109); }

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