#0FBA6A

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

Shades of Jade #0FBA6A

Tints of Jade #0FBA6A

Color information

#0FBA6A (or 0x0FBA6A) is unknown color: approx Jade. HEX triplet: 0F, BA and 6A. RGB value is (15,186,106). Sum of RGB (Red+Green+Blue) = 15+186+106=307 (40% of max value = 765). Red value is 15 (6.25% from 255 or 4.89% from 307); Green value is 186 (73.05% from 255 or 60.59% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 186 - color contains mainly: green. Hex color #0FBA6A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #0FBA6A is #F04595. Grayscale: #7D7D7D. Windows color (decimal): -15746454 or 6994447. OLE color: 6994447.

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

Color convert

RGB15186106-
CMYK0.9200.430.27
HSL151.93º85.07%39.41%-
HSV(B)151.93º91.94%72.94%-
XYZ20.3636.2619.56-
YUV125.75116.8549-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 4.89%
GREEN value IS 186 (73.05% from 255) = 60.59%
BLUE value IS 106 (41.80% from 255) = 34.53%
R=4.89%
G=60.59%
B=34.53%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal151861060.9200.430.27151.9385.0739.41
HexFBA6A5C02B1B985527
Octal172721521340533323012547
Binary11111011101011010101011100010101111011100110001010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FBA6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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