#0FB573

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

Shades of Jade #0FB573

Tints of Jade #0FB573

Color information

#0FB573 (or 0x0FB573) is unknown color: approx Jade. HEX triplet: 0F, B5 and 73. RGB value is (15,181,115). Sum of RGB (Red+Green+Blue) = 15+181+115=311 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.82% from 311); Green value is 181 (71.09% from 255 or 58.20% from 311); Blue value is 115 (45.31% from 255 or 36.98% from 311); Max value from RGB is 181 - color contains mainly: green. Hex color #0FB573 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB573 is #F04A8C. Grayscale: #7B7B7B. Windows color (decimal): -15747725 or 7582991. OLE color: 7582991.

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

Color convert

RGB15181115-
CMYK0.9200.360.29
HSL156.14º84.69%38.43%-
HSV(B)156.14º91.71%70.98%-
XYZ19.8234.3921.81-
YUV123.8412350.37-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.82%
GREEN value IS 181 (71.09% from 255) = 58.20%
BLUE value IS 115 (45.31% from 255) = 36.98%
R=4.82%
G=58.20%
B=36.98%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal151811150.9200.360.29156.1484.6938.43
HexFB5735C0241D9c5526
Octal172651631340443523412546
Binary11111011010111100111011100010010011101100111001010101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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