#0fb773

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

Shades of Jade #0FB773

Tints of Jade #0FB773

Color information

#0FB773 (or 0x0FB773) is unknown color: approx Jade. HEX triplet: 0F, B7 and 73. RGB value is (15,183,115). Sum of RGB (Red+Green+Blue) = 15+183+115=313 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.79% from 313); Green value is 183 (71.88% from 255 or 58.47% from 313); Blue value is 115 (45.31% from 255 or 36.74% from 313); Max value from RGB is 183 - color contains mainly: green. Hex color #0FB773 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB773 is #F0488C. Grayscale: #7D7D7D. Windows color (decimal): -15747213 or 7583503. OLE color: 7583503.

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

Color convert

RGB15183115-
CMYK0.9200.370.28
HSL155.71º84.85%38.82%-
HSV(B)155.71º91.8%71.76%-
XYZ20.2335.2121.95-
YUV125.02122.3449.53-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.79%
GREEN value IS 183 (71.88% from 255) = 58.47%
BLUE value IS 115 (45.31% from 255) = 36.74%
R=4.79%
G=58.47%
B=36.74%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal151831150.9200.370.28155.7184.8538.82
HexFB7735C0251C9c5527
Octal172671631340453423412547
Binary11111011011111100111011100010010111100100111001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0fb773

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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