#0FAC6F

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

Shades of Jade #0FAC6F

Tints of Jade #0FAC6F

Color information

#0FAC6F (or 0x0FAC6F) is unknown color: approx Jade. HEX triplet: 0F, AC and 6F. RGB value is (15,172,111). Sum of RGB (Red+Green+Blue) = 15+172+111=298 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.03% from 298); Green value is 172 (67.58% from 255 or 57.72% from 298); Blue value is 111 (43.75% from 255 or 37.25% from 298); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC6F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAC6F is #F05390. Grayscale: #767676. Windows color (decimal): -15750033 or 7318543. OLE color: 7318543.

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

Color convert

RGB15172111-
CMYK0.9100.350.33
HSL156.69º83.96%36.67%-
HSV(B)156.69º91.28%67.45%-
XYZ17.8230.7520.04-
YUV118.1123.9954.46-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.03%
GREEN value IS 172 (67.58% from 255) = 57.72%
BLUE value IS 111 (43.75% from 255) = 37.25%
R=5.03%
G=57.72%
B=37.25%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151721110.9100.350.33156.6983.9636.67
HexFAC6F5B023219d5425
Octal172541571330434123512445
Binary111110101100110111110110110100011100001100111011010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FAC6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,172,111); }

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

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

 a { background-color: rgb(15,172,111); }

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

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

 span { border-color: rgb(15,172,111); }

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