Html Css Color HEX #0BB562 Jade

📋 copy color: '#0BB562'

red 11 ◦ green 181 ◦ blue 98

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

Shades of Jade #0BB562

Tints of Jade #0BB562

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.79%

R = 3.79%
G = 62.41%
B = 33.79%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.46

 K value IS 0.29

RGB Variations

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

Color information

#0BB562 (or 0x0BB562) is known color: Jade. HEX triplet: 0B, B5 and 62. RGB value is (11,181,98). Sum of RGB (Red+Green+Blue) = 11+181+98=290 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.79% from 290); Green value is 181 (71.09% from 255 or 62.41% from 290); Blue value is 98 (38.67% from 255 or 33.79% from 290); Max value from RGB is 181 - color contains mainly: green. Hex color #0BB562 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB562 is #F44A9D. Grayscale: #787878. Windows color (decimal): -16009886 or 6468875. OLE color: 6468875.

HSL color Cylindrical-coordinate representation of color #0BB562: hue angle of 150.71º 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 #0BB562 is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.29.

Color convert

RGB 11 181 98 -
CMYK 0.94 0 0.46 0.29
HSL 150.71º 0.89% 0.38% -
HSV(B) 150.71º 0.94% 0.71% -
XYZ 18.87 34 17.12 -
YUV 120.71 115.18 49.75 -
System Red Green Blue C M Y K H S L
Decimal 11 181 98 0.94 0 0.46 0.29 150.71 0.89 0.38
Hex B B5 62 5E 0 2E 1D 97 59 26
Octal 13 265 142 136 0 56 35 227 131 46
Binary 1011 10110101 1100010 1011110 0 101110 11101 10010111 1011001 100110

Color Harmonies of #0BB562

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB562

Black with #0BB562

Text Example


Text Example

White with #0BB562

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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