#0FB263

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

Shades of Jade #0FB263

Tints of Jade #0FB263

Color information

#0FB263 (or 0x0FB263) is unknown color: approx Jade. HEX triplet: 0F, B2 and 63. RGB value is (15,178,99). Sum of RGB (Red+Green+Blue) = 15+178+99=292 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.14% from 292); Green value is 178 (69.92% from 255 or 60.96% from 292); Blue value is 99 (39.06% from 255 or 33.90% from 292); Max value from RGB is 178 - color contains mainly: green. Hex color #0FB263 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FB263 is #F04D9C. Grayscale: #787878. Windows color (decimal): -15748509 or 6533647. OLE color: 6533647.

HSL color Cylindrical-coordinate representation of color #0FB263: hue angle of 150.92º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB263 is Cyan = 0.92, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.30.

Color convert

RGB1517899-
CMYK0.9200.440.30
HSL150.92º84.46%37.84%-
HSV(B)150.92º91.57%69.8%-
XYZ18.3732.8417.18-
YUV120.2611652.92-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.14%
GREEN value IS 178 (69.92% from 255) = 60.96%
BLUE value IS 99 (39.06% from 255) = 33.90%
R=5.14%
G=60.96%
B=33.90%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal15178990.9200.440.30150.9284.4637.84
HexFB2635C02C1E975426
Octal172621431340543622712446
Binary11111011001011000111011100010110011110100101111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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