#0FA863

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

Shades of Jade #0FA863

Tints of Jade #0FA863

Color information

#0FA863 (or 0x0FA863) is unknown color: approx Jade. HEX triplet: 0F, A8 and 63. RGB value is (15,168,99). Sum of RGB (Red+Green+Blue) = 15+168+99=282 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.32% from 282); Green value is 168 (66.02% from 255 or 59.57% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 168 - color contains mainly: green. Hex color #0FA863 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA863 is #F0579C. Grayscale: #727272. Windows color (decimal): -15751069 or 6531087. OLE color: 6531087.

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

Color convert

RGB1516899-
CMYK0.9100.410.34
HSL152.94º83.61%35.88%-
HSV(B)152.94º91.07%65.88%-
XYZ16.4529.0116.54-
YUV114.39119.3157.11-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.32%
GREEN value IS 168 (66.02% from 255) = 59.57%
BLUE value IS 99 (39.06% from 255) = 35.11%
R=5.32%
G=59.57%
B=35.11%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal15168990.9100.410.34152.9483.6135.88
HexFA8635B02922995424
Octal172501431330514223112444
Binary111110101000110001110110110101001100010100110011010100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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