#0FB563

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

Shades of Jade #0FB563

Tints of Jade #0FB563

Color information

#0FB563 (or 0x0FB563) is unknown color: approx Jade. HEX triplet: 0F, B5 and 63. RGB value is (15,181,99). Sum of RGB (Red+Green+Blue) = 15+181+99=295 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.08% from 295); Green value is 181 (71.09% from 255 or 61.36% from 295); Blue value is 99 (39.06% from 255 or 33.56% from 295); Max value from RGB is 181 - color contains mainly: green. Hex color #0FB563 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB563 is #F04A9C. Grayscale: #7A7A7A. Windows color (decimal): -15747741 or 6534415. OLE color: 6534415.

HSL color Cylindrical-coordinate representation of color #0FB563: hue angle of 150.36º degrees, saturation: 0.85, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB563 is Cyan = 0.92, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.29.

Color convert

RGB1518199-
CMYK0.9200.450.29
HSL150.36º84.69%38.43%-
HSV(B)150.36º91.71%70.98%-
XYZ18.9734.0517.38-
YUV122.0211551.67-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.08%
GREEN value IS 181 (71.09% from 255) = 61.36%
BLUE value IS 99 (39.06% from 255) = 33.56%
R=5.08%
G=61.36%
B=33.56%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal15181990.9200.450.29150.3684.6938.43
HexFB5635C02D1D965526
Octal172651431340553522612546
Binary11111011010111000111011100010110111101100101101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,181,99); }

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

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

 a { background-color: rgb(15,181,99); }

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

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

 span { border-color: rgb(15,181,99); }

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