#0F9F78

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

Shades of Free Speech Aquamarine #0F9F78

Tints of Free Speech Aquamarine #0F9F78

Color information

#0F9F78 (or 0x0F9F78) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0F, 9F and 78. RGB value is (15,159,120). Sum of RGB (Red+Green+Blue) = 15+159+120=294 (38% of max value = 765). Red value is 15 (6.25% from 255 or 5.10% from 294); Green value is 159 (62.5% from 255 or 54.08% from 294); Blue value is 120 (47.27% from 255 or 40.82% from 294); Max value from RGB is 159 - color contains mainly: green. Hex color #0F9F78 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9F78 is #F06087. Grayscale: #6F6F6F. Windows color (decimal): -15753352 or 7905039. OLE color: 7905039.

HSL color Cylindrical-coordinate representation of color #0F9F78: hue angle of 163.75º degrees, saturation: 0.83, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F9F78 is Cyan = 0.91, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.38.

Color convert

RGB15159120-
CMYK0.9100.250.38
HSL163.75º82.76%34.12%-
HSV(B)163.75º90.57%62.35%-
XYZ15.9926.2521.99-
YUV111.5132.7959.17-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.10%
GREEN value IS 159 (62.5% from 255) = 54.08%
BLUE value IS 120 (47.27% from 255) = 40.82%
R=5.10%
G=54.08%
B=40.82%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal151591200.9100.250.38163.7582.7634.12
HexF9F785B01926a45322
Octal172371701330314624412342
Binary11111001111111110001011011011001100110101001001010011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,159,120); }

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

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

 a { background-color: rgb(15,159,120); }

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

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

 span { border-color: rgb(15,159,120); }

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