#0FAA63

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

Shades of Jade #0FAA63

Tints of Jade #0FAA63

Color information

#0FAA63 (or 0x0FAA63) is unknown color: approx Jade. HEX triplet: 0F, AA and 63. RGB value is (15,170,99). Sum of RGB (Red+Green+Blue) = 15+170+99=284 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.28% from 284); Green value is 170 (66.80% from 255 or 59.86% from 284); Blue value is 99 (39.06% from 255 or 34.86% from 284); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA63 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAA63 is #F0559C. Grayscale: #737373. Windows color (decimal): -15750557 or 6531599. OLE color: 6531599.

HSL color Cylindrical-coordinate representation of color #0FAA63: hue angle of 152.52º 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 #0FAA63 is Cyan = 0.91, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.33.

Color convert

RGB1517099-
CMYK0.9100.420.33
HSL152.52º83.78%36.27%-
HSV(B)152.52º91.18%66.67%-
XYZ16.8229.7516.66-
YUV115.56118.6556.27-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.28%
GREEN value IS 170 (66.80% from 255) = 59.86%
BLUE value IS 99 (39.06% from 255) = 34.86%
R=5.28%
G=59.86%
B=34.86%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal15170990.9100.420.33152.5283.7836.27
HexFAA635B02A21995424
Octal172521431330524123112444
Binary111110101010110001110110110101010100001100110011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FAA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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