#0BAA72

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

Shades of Jade #0BAA72

Tints of Jade #0BAA72

Color information

#0BAA72 (or 0x0BAA72) is unknown color: approx Jade. HEX triplet: 0B, AA and 72. RGB value is (11,170,114). Sum of RGB (Red+Green+Blue) = 11+170+114=295 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.73% from 295); Green value is 170 (66.80% from 255 or 57.63% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 170 - color contains mainly: green. Hex color #0BAA72 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0BAA72 is #F4558D. Grayscale: #747474. Windows color (decimal): -16012686 or 7514635. OLE color: 7514635.

HSL color Cylindrical-coordinate representation of color #0BAA72: hue angle of 158.87º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0BAA72 is Cyan = 0.94, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.33.

Color convert

RGB11170114-
CMYK0.9400.330.33
HSL158.87º87.85%35.49%-
HSV(B)158.87º93.53%66.67%-
XYZ17.5530.0420.79-
YUV116.07126.8253.05-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.73%
GREEN value IS 170 (66.80% from 255) = 57.63%
BLUE value IS 114 (44.92% from 255) = 38.64%
R=3.73%
G=57.63%
B=38.64%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal111701140.9400.330.33158.8787.8535.49
HexBAA725E021219f5823
Octal132521621360414123713043
Binary101110101010111001010111100100001100001100111111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0BAA72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,170,114); }

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

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

 a { background-color: rgb(11,170,114); }

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

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

 span { border-color: rgb(11,170,114); }

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