Html Css Color HEX #0BB865 Jade

📋 copy color: '#0BB865'

red 11 ◦ green 184 ◦ blue 101

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

Shades of Jade #0BB865

Tints of Jade #0BB865

RGB

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

 GREEN value IS 184 (72.27% from 255) = 62.16%

 BLUE value IS 101 (39.84% from 255) = 34.12%

R = 3.72%
G = 62.16%
B = 34.12%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.45

 K value IS 0.28

RGB Variations

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

Color information

#0BB865 (or 0x0BB865) is known color: Jade. HEX triplet: 0B, B8 and 65. RGB value is (11,184,101). Sum of RGB (Red+Green+Blue) = 11+184+101=296 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.72% from 296); Green value is 184 (72.27% from 255 or 62.16% from 296); Blue value is 101 (39.84% from 255 or 34.12% from 296); Max value from RGB is 184 - color contains mainly: green. Hex color #0BB865 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB865 is #F4479A. Grayscale: #7A7A7A. Windows color (decimal): -16009115 or 6666251. OLE color: 6666251.

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

Color convert

RGB 11 184 101 -
CMYK 0.94 0 0.45 0.28
HSL 151.21º 0.89% 0.38% -
HSV(B) 151.21º 0.94% 0.72% -
XYZ 19.63 35.29 18.09 -
YUV 122.81 115.69 48.25 -
System Red Green Blue C M Y K H S L
Decimal 11 184 101 0.94 0 0.45 0.28 151.21 0.89 0.38
Hex B B8 65 5E 0 2D 1C 97 59 26
Octal 13 270 145 136 0 55 34 227 131 46
Binary 1011 10111000 1100101 1011110 0 101101 11100 10010111 1011001 100110

Color Harmonies of #0BB865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB865

Black with #0BB865

Text Example


Text Example

White with #0BB865

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,184,101); }

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

background-color css

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

 a { background-color: rgb(11,184,101); }

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

border-color css

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

 span { border-color: rgb(11,184,101); }

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