#0BBD66

Color #0BBD66 Jade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jade #0BBD66

Tints of Jade #0BBD66

Color information

#0BBD66 (or 0x0BBD66) is unknown color: approx Jade. HEX triplet: 0B, BD and 66. RGB value is (11,189,102). Sum of RGB (Red+Green+Blue) = 11+189+102=302 (40% of max value = 765). Red value is 11 (4.69% from 255 or 3.64% from 302); Green value is 189 (74.22% from 255 or 62.58% from 302); Blue value is 102 (40.23% from 255 or 33.77% from 302); Max value from RGB is 189 - color contains mainly: green. Hex color #0BBD66 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0BBD66 is #F44299. Grayscale: #7E7E7E. Windows color (decimal): -16007834 or 6733067. OLE color: 6733067.

HSL color Cylindrical-coordinate representation of color #0BBD66: hue angle of 150.67º degrees, saturation: 0.89, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BBD66 is Cyan = 0.94, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.26.

Color convert

RGB11189102-
CMYK0.9400.460.26
HSL150.67º89%39.22%-
HSV(B)150.67º94.18%74.12%-
XYZ20.7337.4318.7-
YUV125.86114.5346.07-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.64%
GREEN value IS 189 (74.22% from 255) = 62.58%
BLUE value IS 102 (40.23% from 255) = 33.77%
R=3.64%
G=62.58%
B=33.77%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal111891020.9400.460.26150.678939.22
HexBBD665E02E1A975927
Octal132751461360563222713147
Binary10111011110111001101011110010111011010100101111011001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BBD66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0BBD66;
 }
 .AnyTagClassName
 {
   color: #0BBD66;
 }
</style>
background-color css

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

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

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

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

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

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