#0FB771

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

Shades of Jade #0FB771

Tints of Jade #0FB771

Color information

#0FB771 (or 0x0FB771) is unknown color: approx Jade. HEX triplet: 0F, B7 and 71. RGB value is (15,183,113). Sum of RGB (Red+Green+Blue) = 15+183+113=311 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.82% from 311); Green value is 183 (71.88% from 255 or 58.84% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 183 - color contains mainly: green. Hex color #0FB771 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB771 is #F0488E. Grayscale: #7C7C7C. Windows color (decimal): -15747215 or 7452431. OLE color: 7452431.

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

Color convert

RGB15183113-
CMYK0.9200.380.28
HSL155º84.85%38.82%-
HSV(B)155º91.8%71.76%-
XYZ20.1135.1621.35-
YUV124.79121.3449.69-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.82%
GREEN value IS 183 (71.88% from 255) = 58.84%
BLUE value IS 113 (44.53% from 255) = 36.33%
R=4.82%
G=58.84%
B=36.33%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal151831130.9200.380.2815584.8538.82
HexFB7715C0261C9b5527
Octal172671611340463423312547
Binary11111011011111100011011100010011011100100110111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,183,113); }

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

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

 a { background-color: rgb(15,183,113); }

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

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

 span { border-color: rgb(15,183,113); }

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