#0BAD69

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

Shades of Jade #0BAD69

Tints of Jade #0BAD69

Color information

#0BAD69 (or 0x0BAD69) is unknown color: approx Jade. HEX triplet: 0B, AD and 69. RGB value is (11,173,105). Sum of RGB (Red+Green+Blue) = 11+173+105=289 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.81% from 289); Green value is 173 (67.97% from 255 or 59.86% from 289); Blue value is 105 (41.41% from 255 or 36.33% from 289); Max value from RGB is 173 - color contains mainly: green. Hex color #0BAD69 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAD69 is #F45296. Grayscale: #747474. Windows color (decimal): -16011927 or 6925579. OLE color: 6925579.

HSL color Cylindrical-coordinate representation of color #0BAD69: hue angle of 154.81º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAD69 is Cyan = 0.94, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.32.

Color convert

RGB11173105-
CMYK0.9400.390.32
HSL154.81º88.04%36.08%-
HSV(B)154.81º93.64%67.84%-
XYZ17.6330.9818.41-
YUV116.81121.3352.53-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.81%
GREEN value IS 173 (67.97% from 255) = 59.86%
BLUE value IS 105 (41.41% from 255) = 36.33%
R=3.81%
G=59.86%
B=36.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal111731050.9400.390.32154.8188.0436.08
HexBAD695E027209b5824
Octal132551511360474023313044
Binary101110101101110100110111100100111100000100110111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAD69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,173,105); }

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

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

 a { background-color: rgb(11,173,105); }

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

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

 span { border-color: rgb(11,173,105); }

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