#0FB86E

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

Shades of Jade #0FB86E

Tints of Jade #0FB86E

Color information

#0FB86E (or 0x0FB86E) is unknown color: approx Jade. HEX triplet: 0F, B8 and 6E. RGB value is (15,184,110). Sum of RGB (Red+Green+Blue) = 15+184+110=309 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.85% from 309); Green value is 184 (72.27% from 255 or 59.55% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 184 - color contains mainly: green. Hex color #0FB86E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB86E is #F04791. Grayscale: #7D7D7D. Windows color (decimal): -15746962 or 7256079. OLE color: 7256079.

HSL color Cylindrical-coordinate representation of color #0FB86E: hue angle of 153.73º 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 #0FB86E is Cyan = 0.92, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.28.

Color convert

RGB15184110-
CMYK0.9200.400.28
HSL153.73º84.92%39.02%-
HSV(B)153.73º91.85%72.16%-
XYZ20.1535.5120.54-
YUV125.03119.5149.52-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.85%
GREEN value IS 184 (72.27% from 255) = 59.55%
BLUE value IS 110 (43.36% from 255) = 35.60%
R=4.85%
G=59.55%
B=35.60%

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
Decimal151841100.9200.400.28153.7384.9239.02
HexFB86E5C0281C9a5527
Octal172701561340503423212547
Binary11111011100011011101011100010100011100100110101010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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