#0FB561

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

Shades of Jade #0FB561

Tints of Jade #0FB561

Color information

#0FB561 (or 0x0FB561) is unknown color: approx Jade. HEX triplet: 0F, B5 and 61. RGB value is (15,181,97). Sum of RGB (Red+Green+Blue) = 15+181+97=293 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.12% from 293); Green value is 181 (71.09% from 255 or 61.77% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 181 - color contains mainly: green. Hex color #0FB561 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB561 is #F04A9E. Grayscale: #797979. Windows color (decimal): -15747743 or 6403343. OLE color: 6403343.

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

Color convert

RGB1518197-
CMYK0.9200.460.29
HSL149.64º84.69%38.43%-
HSV(B)149.64º91.71%70.98%-
XYZ18.8834.0116.88-
YUV121.7911451.83-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.12%
GREEN value IS 181 (71.09% from 255) = 61.77%
BLUE value IS 97 (38.28% from 255) = 33.11%
R=5.12%
G=61.77%
B=33.11%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal15181970.9200.460.29149.6484.6938.43
HexFB5615C02E1D965526
Octal172651411340563522612546
Binary11111011010111000011011100010111011101100101101010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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