#0FB86F

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

Shades of Jade #0FB86F

Tints of Jade #0FB86F

Color information

#0FB86F (or 0x0FB86F) is unknown color: approx Jade. HEX triplet: 0F, B8 and 6F. RGB value is (15,184,111). Sum of RGB (Red+Green+Blue) = 15+184+111=310 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.84% from 310); Green value is 184 (72.27% from 255 or 59.35% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 184 - color contains mainly: green. Hex color #0FB86F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB86F is #F04790. Grayscale: #7D7D7D. Windows color (decimal): -15746961 or 7321615. OLE color: 7321615.

HSL color Cylindrical-coordinate representation of color #0FB86F: hue angle of 154.08º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB86F is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB15184111-
CMYK0.9200.400.28
HSL154.08º84.92%39.02%-
HSV(B)154.08º91.85%72.16%-
XYZ20.2135.5320.83-
YUV125.15120.0149.44-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.84%
GREEN value IS 184 (72.27% from 255) = 59.35%
BLUE value IS 111 (43.75% from 255) = 35.81%
R=4.84%
G=59.35%
B=35.81%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal151841110.9200.400.28154.0884.9239.02
HexFB86F5C0281C9a5527
Octal172701571340503423212547
Binary11111011100011011111011100010100011100100110101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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