Html Css Color HEX #0BB866 Jade

📋 copy color: '#0BB866'

red 11 ◦ green 184 ◦ blue 102

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

Shades of Jade #0BB866

Tints of Jade #0BB866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 34.34%

R = 3.7%
G = 61.95%
B = 34.34%

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

#0BB866 (or 0x0BB866) is known color: Jade. HEX triplet: 0B, B8 and 66. RGB value is (11,184,102). Sum of RGB (Red+Green+Blue) = 11+184+102=297 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.70% from 297); Green value is 184 (72.27% from 255 or 61.95% from 297); Blue value is 102 (40.23% from 255 or 34.34% from 297); Max value from RGB is 184 - color contains mainly: green. Hex color #0BB866 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BB866 is #F44799. Grayscale: #7B7B7B. Windows color (decimal): -16009114 or 6731787. OLE color: 6731787.

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

Color convert

RGB 11 184 102 -
CMYK 0.94 0 0.45 0.28
HSL 151.56º 0.89% 0.38% -
HSV(B) 151.56º 0.94% 0.72% -
XYZ 19.68 35.31 18.35 -
YUV 122.93 116.19 48.17 -
System Red Green Blue C M Y K H S L
Decimal 11 184 102 0.94 0 0.45 0.28 151.56 0.89 0.38
Hex B B8 66 5E 0 2D 1C 98 59 26
Octal 13 270 146 136 0 55 34 230 131 46
Binary 1011 10111000 1100110 1011110 0 101101 11100 10011000 1011001 100110

Color Harmonies of #0BB866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0BB866

Black with #0BB866

Text Example


Text Example

White with #0BB866

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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