#0FBF6F

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

Shades of Jade #0FBF6F

Tints of Jade #0FBF6F

Color information

#0FBF6F (or 0x0FBF6F) is unknown color: approx Jade. HEX triplet: 0F, BF and 6F. RGB value is (15,191,111). Sum of RGB (Red+Green+Blue) = 15+191+111=317 (41% of max value = 765). Red value is 15 (6.25% from 255 or 4.73% from 317); Green value is 191 (75% from 255 or 60.25% from 317); Blue value is 111 (43.75% from 255 or 35.02% from 317); Max value from RGB is 191 - color contains mainly: green. Hex color #0FBF6F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBF6F is #F04090. Grayscale: #818181. Windows color (decimal): -15745169 or 7323407. OLE color: 7323407.

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

Color convert

RGB15191111-
CMYK0.9200.420.25
HSL152.73º85.44%40.39%-
HSV(B)152.73º92.15%74.9%-
XYZ21.738.5121.33-
YUV129.26117.6946.5-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.73%
GREEN value IS 191 (75% from 255) = 60.25%
BLUE value IS 111 (43.75% from 255) = 35.02%
R=4.73%
G=60.25%
B=35.02%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal151911110.9200.420.25152.7385.4440.39
HexFBF6F5C02A19995528
Octal172771571340523123112550
Binary11111011111111011111011100010101011001100110011010101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBF6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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