#0FB960

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

Shades of Jade #0FB960

Tints of Jade #0FB960

Color information

#0FB960 (or 0x0FB960) is unknown color: approx Jade. HEX triplet: 0F, B9 and 60. RGB value is (15,185,96). Sum of RGB (Red+Green+Blue) = 15+185+96=296 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.07% from 296); Green value is 185 (72.66% from 255 or 62.5% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 185 - color contains mainly: green. Hex color #0FB960 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FB960 is #F0469F. Grayscale: #7C7C7C. Windows color (decimal): -15746720 or 6338831. OLE color: 6338831.

HSL color Cylindrical-coordinate representation of color #0FB960: hue angle of 148.59º degrees, saturation: 0.85, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FB960 is Cyan = 0.92, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.27.

Color convert

RGB1518596-
CMYK0.9200.480.27
HSL148.59º85%39.22%-
HSV(B)148.59º91.89%72.55%-
XYZ19.6635.6416.91-
YUV124.02112.1850.24-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.07%
GREEN value IS 185 (72.66% from 255) = 62.5%
BLUE value IS 96 (37.89% from 255) = 32.43%
R=5.07%
G=62.5%
B=32.43%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15185960.9200.480.27148.598539.22
HexFB9605C0301B955527
Octal172711401340603322512547
Binary11111011100111000001011100011000011011100101011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FB960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,185,96); }

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

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

 a { background-color: rgb(15,185,96); }

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

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

 span { border-color: rgb(15,185,96); }

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