#0FAC6E

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

Shades of Jade #0FAC6E

Tints of Jade #0FAC6E

Color information

#0FAC6E (or 0x0FAC6E) is unknown color: approx Jade. HEX triplet: 0F, AC and 6E. RGB value is (15,172,110). Sum of RGB (Red+Green+Blue) = 15+172+110=297 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.05% from 297); Green value is 172 (67.58% from 255 or 57.91% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 172 - color contains mainly: green. Hex color #0FAC6E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAC6E is #F05391. Grayscale: #767676. Windows color (decimal): -15750034 or 7253007. OLE color: 7253007.

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

Color convert

RGB15172110-
CMYK0.9100.360.33
HSL156.31º83.96%36.67%-
HSV(B)156.31º91.28%67.45%-
XYZ17.7630.7319.75-
YUV117.99123.4954.54-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.05%
GREEN value IS 172 (67.58% from 255) = 57.91%
BLUE value IS 110 (43.36% from 255) = 37.04%
R=5.05%
G=57.91%
B=37.04%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal151721100.9100.360.33156.3183.9636.67
HexFAC6E5B024219c5425
Octal172541561330444123412445
Binary111110101100110111010110110100100100001100111001010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FAC6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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