#0FA672

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

Shades of Jade #0FA672

Tints of Jade #0FA672

Color information

#0FA672 (or 0x0FA672) is unknown color: approx Jade. HEX triplet: 0F, A6 and 72. RGB value is (15,166,114). Sum of RGB (Red+Green+Blue) = 15+166+114=295 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.08% from 295); Green value is 166 (65.23% from 255 or 56.27% from 295); Blue value is 114 (44.92% from 255 or 38.64% from 295); Max value from RGB is 166 - color contains mainly: green. Hex color #0FA672 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA672 is #F0598D. Grayscale: #727272. Windows color (decimal): -15751566 or 7513615. OLE color: 7513615.

HSL color Cylindrical-coordinate representation of color #0FA672: hue angle of 159.34º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA672 is Cyan = 0.91, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB15166114-
CMYK0.9100.310.35
HSL159.34º83.43%35.49%-
HSV(B)159.34º90.96%65.1%-
XYZ16.8728.5920.55-
YUV114.92127.4756.73-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.08%
GREEN value IS 166 (65.23% from 255) = 56.27%
BLUE value IS 114 (44.92% from 255) = 38.64%
R=5.08%
G=56.27%
B=38.64%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal151661140.9100.310.35159.3483.4335.49
HexFA6725B01F239f5323
Octal172461621330374323712343
Binary11111010011011100101011011011111100011100111111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,166,114); }

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

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

 a { background-color: rgb(15,166,114); }

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

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

 span { border-color: rgb(15,166,114); }

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