#0FBB6F

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

Shades of Jade #0FBB6F

Tints of Jade #0FBB6F

Color information

#0FBB6F (or 0x0FBB6F) is unknown color: approx Jade. HEX triplet: 0F, BB and 6F. RGB value is (15,187,111). Sum of RGB (Red+Green+Blue) = 15+187+111=313 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.79% from 313); Green value is 187 (73.44% from 255 or 59.74% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 187 - color contains mainly: green. Hex color #0FBB6F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBB6F is #F04490. Grayscale: #7F7F7F. Windows color (decimal): -15746193 or 7322383. OLE color: 7322383.

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

Color convert

RGB15187111-
CMYK0.9200.410.27
HSL153.49º85.15%39.61%-
HSV(B)153.49º91.98%73.33%-
XYZ20.8436.7921.04-
YUV126.91119.0248.18-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.79%
GREEN value IS 187 (73.44% from 255) = 59.74%
BLUE value IS 111 (43.75% from 255) = 35.46%
R=4.79%
G=59.74%
B=35.46%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151871110.9200.410.27153.4985.1539.61
HexFBB6F5C0291B995528
Octal172731571340513323112550
Binary11111011101111011111011100010100111011100110011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBB6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,187,111); }

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

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

 a { background-color: rgb(15,187,111); }

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

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

 span { border-color: rgb(15,187,111); }

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