#0FBA63

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

Shades of Jade #0FBA63

Tints of Jade #0FBA63

Color information

#0FBA63 (or 0x0FBA63) is unknown color: approx Jade. HEX triplet: 0F, BA and 63. RGB value is (15,186,99). Sum of RGB (Red+Green+Blue) = 15+186+99=300 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5% from 300); Green value is 186 (73.05% from 255 or 62% from 300); Blue value is 99 (39.06% from 255 or 33% from 300); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA63 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBA63 is #F0459C. Grayscale: #7D7D7D. Windows color (decimal): -15746461 or 6535695. OLE color: 6535695.

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

Color convert

RGB1518699-
CMYK0.9200.470.27
HSL149.47º85.07%39.41%-
HSV(B)149.47º91.94%72.94%-
XYZ20.0136.1217.72-
YUV124.95113.3549.57-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5%
GREEN value IS 186 (73.05% from 255) = 62%
BLUE value IS 99 (39.06% from 255) = 33%
R=5%
G=62%
B=33%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal15186990.9200.470.27149.4785.0739.41
HexFBA635C02F1B955527
Octal172721431340573322512547
Binary11111011101011000111011100010111111011100101011010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBA63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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