#0FAA76

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

Shades of Jade #0FAA76

Tints of Jade #0FAA76

Color information

#0FAA76 (or 0x0FAA76) is unknown color: approx Jade. HEX triplet: 0F, AA and 76. RGB value is (15,170,118). Sum of RGB (Red+Green+Blue) = 15+170+118=303 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.95% from 303); Green value is 170 (66.80% from 255 or 56.11% from 303); Blue value is 118 (46.48% from 255 or 38.94% from 303); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAA76 is #F05589. Grayscale: #757575. Windows color (decimal): -15750538 or 7776783. OLE color: 7776783.

HSL color Cylindrical-coordinate representation of color #0FAA76: hue angle of 159.87º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAA76 is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.33.

Color convert

RGB15170118-
CMYK0.9100.310.33
HSL159.87º83.78%36.27%-
HSV(B)159.87º91.18%66.67%-
XYZ17.8430.1622.02-
YUV117.73128.1554.73-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.95%
GREEN value IS 170 (66.80% from 255) = 56.11%
BLUE value IS 118 (46.48% from 255) = 38.94%
R=4.95%
G=56.11%
B=38.94%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151701180.9100.310.33159.8783.7836.27
HexFAA765B01F21a05424
Octal172521661330374124012444
Binary11111010101011101101011011011111100001101000001010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FAA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,170,118); }

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

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

 a { background-color: rgb(15,170,118); }

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

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

 span { border-color: rgb(15,170,118); }

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