Html Css Color HEX #0BB563 Jade

📋 copy color: '#0BB563'

red 11 ◦ green 181 ◦ blue 99

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

Shades of Jade #0BB563

Tints of Jade #0BB563

RGB

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

 GREEN value IS 181 (71.09% from 255) = 62.2%

 BLUE value IS 99 (39.06% from 255) = 34.02%

R = 3.78%
G = 62.2%
B = 34.02%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.45

 K value IS 0.29

RGB Variations

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

Color information

#0BB563 (or 0x0BB563) is known color: Jade. HEX triplet: 0B, B5 and 63. RGB value is (11,181,99). Sum of RGB (Red+Green+Blue) = 11+181+99=291 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.78% from 291); Green value is 181 (71.09% from 255 or 62.20% from 291); Blue value is 99 (39.06% from 255 or 34.02% from 291); Max value from RGB is 181 - color contains mainly: green. Hex color #0BB563 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB563 is #F44A9C. Grayscale: #787878. Windows color (decimal): -16009885 or 6534411. OLE color: 6534411.

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

Color convert

RGB 11 181 99 -
CMYK 0.94 0 0.45 0.29
HSL 151.06º 0.89% 0.38% -
HSV(B) 151.06º 0.94% 0.71% -
XYZ 18.91 34.02 17.37 -
YUV 120.82 115.68 49.67 -
System Red Green Blue C M Y K H S L
Decimal 11 181 99 0.94 0 0.45 0.29 151.06 0.89 0.38
Hex B B5 63 5E 0 2D 1D 97 59 26
Octal 13 265 143 136 0 55 35 227 131 46
Binary 1011 10110101 1100011 1011110 0 101101 11101 10010111 1011001 100110

Color Harmonies of #0BB563

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB563

Black with #0BB563

Text Example


Text Example

White with #0BB563

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,181,99); }

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

background-color css

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

 a { background-color: rgb(11,181,99); }

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

border-color css

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

 span { border-color: rgb(11,181,99); }

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