#0FA379

Color #0FA379 Free Speech Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Free Speech Aquamarine #0FA379

Tints of Free Speech Aquamarine #0FA379

Color information

#0FA379 (or 0x0FA379) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0F, A3 and 79. RGB value is (15,163,121). Sum of RGB (Red+Green+Blue) = 15+163+121=299 (39% of max value = 765). Red value is 15 (6.25% from 255 or 5.02% from 299); Green value is 163 (64.06% from 255 or 54.52% from 299); Blue value is 121 (47.66% from 255 or 40.47% from 299); Max value from RGB is 163 - color contains mainly: green. Hex color #0FA379 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0FA379 is #F05C86. Grayscale: #717171. Windows color (decimal): -15752327 or 7971599. OLE color: 7971599.

HSL color Cylindrical-coordinate representation of color #0FA379: hue angle of 162.97º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA379 is Cyan = 0.91, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB15163121-
CMYK0.9100.260.36
HSL162.97º83.15%34.9%-
HSV(B)162.97º90.8%63.92%-
XYZ16.7527.6822.55-
YUV113.96131.9757.42-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.02%
GREEN value IS 163 (64.06% from 255) = 54.52%
BLUE value IS 121 (47.66% from 255) = 40.47%
R=5.02%
G=54.52%
B=40.47%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal151631210.9100.260.36162.9783.1534.9
HexFA3795B01A24a35323
Octal172431711330324424312343
Binary11111010001111110011011011011010100100101000111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0FA379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,163,121); }

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

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

 a { background-color: rgb(15,163,121); }

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

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

 span { border-color: rgb(15,163,121); }

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