#0FAE76

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

Shades of Jade #0FAE76

Tints of Jade #0FAE76

Color information

#0FAE76 (or 0x0FAE76) is unknown color: approx Jade. HEX triplet: 0F, AE and 76. RGB value is (15,174,118). Sum of RGB (Red+Green+Blue) = 15+174+118=307 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.89% from 307); Green value is 174 (68.36% from 255 or 56.68% from 307); Blue value is 118 (46.48% from 255 or 38.44% from 307); Max value from RGB is 174 - color contains mainly: green. Hex color #0FAE76 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FAE76 is #F05189. Grayscale: #787878. Windows color (decimal): -15749514 or 7777807. OLE color: 7777807.

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

Color convert

RGB15174118-
CMYK0.9100.320.32
HSL158.87º84.13%37.06%-
HSV(B)158.87º91.38%68.24%-
XYZ18.631.6822.27-
YUV120.07126.8253.05-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.89%
GREEN value IS 174 (68.36% from 255) = 56.68%
BLUE value IS 118 (46.48% from 255) = 38.44%
R=4.89%
G=56.68%
B=38.44%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal151741180.9100.320.32158.8784.1337.06
HexFAE765B020209f5425
Octal172561661330404023712445
Binary111110101110111011010110110100000100000100111111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FAE76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,174,118); }

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

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

 a { background-color: rgb(15,174,118); }

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

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

 span { border-color: rgb(15,174,118); }

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