#0FAC6C

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

Shades of Jade #0FAC6C

Tints of Jade #0FAC6C

Color information

#0FAC6C (or 0x0FAC6C) is unknown color: approx Jade. HEX triplet: 0F, AC and 6C. RGB value is (15,172,108). Sum of RGB (Red+Green+Blue) = 15+172+108=295 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.08% from 295); Green value is 172 (67.58% from 255 or 58.31% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC6C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAC6C is #F05393. Grayscale: #757575. Windows color (decimal): -15750036 or 7121935. OLE color: 7121935.

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

Color convert

RGB15172108-
CMYK0.9100.370.33
HSL155.54º83.96%36.67%-
HSV(B)155.54º91.28%67.45%-
XYZ17.6630.6919.18-
YUV117.76122.4954.7-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.08%
GREEN value IS 172 (67.58% from 255) = 58.31%
BLUE value IS 108 (42.58% from 255) = 36.61%
R=5.08%
G=58.31%
B=36.61%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151721080.9100.370.33155.5483.9636.67
HexFAC6C5B025219c5425
Octal172541541330454123412445
Binary111110101100110110010110110100101100001100111001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FAC6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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