#0FBA6B

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

Shades of Jade #0FBA6B

Tints of Jade #0FBA6B

Color information

#0FBA6B (or 0x0FBA6B) is unknown color: approx Jade. HEX triplet: 0F, BA and 6B. RGB value is (15,186,107). Sum of RGB (Red+Green+Blue) = 15+186+107=308 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.87% from 308); Green value is 186 (73.05% from 255 or 60.39% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA6B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBA6B is #F04594. Grayscale: #7E7E7E. Windows color (decimal): -15746453 or 7059983. OLE color: 7059983.

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

Color convert

RGB15186107-
CMYK0.9200.420.27
HSL152.28º85.07%39.41%-
HSV(B)152.28º91.94%72.94%-
XYZ20.4136.2819.84-
YUV125.86117.3548.92-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.87%
GREEN value IS 186 (73.05% from 255) = 60.39%
BLUE value IS 107 (42.19% from 255) = 34.74%
R=4.87%
G=60.39%
B=34.74%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151861070.9200.420.27152.2885.0739.41
HexFBA6B5C02A1B985527
Octal172721531340523323012547
Binary11111011101011010111011100010101011011100110001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBA6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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