#0f9578

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

Shades of Free Speech Aquamarine #0F9578

Tints of Free Speech Aquamarine #0F9578

Color information

#0F9578 (or 0x0F9578) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0F, 95 and 78. RGB value is (15,149,120). Sum of RGB (Red+Green+Blue) = 15+149+120=284 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.28% from 284); Green value is 149 (58.59% from 255 or 52.46% from 284); Blue value is 120 (47.27% from 255 or 42.25% from 284); Max value from RGB is 149 - color contains mainly: green. Hex color #0F9578 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9578 is #F06A87. Grayscale: #696969. Windows color (decimal): -15755912 or 7902479. OLE color: 7902479.

HSL color Cylindrical-coordinate representation of color #0F9578: hue angle of 167.01º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9578 is Cyan = 0.90, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.42.

Color convert

RGB15149120-
CMYK0.9000.190.42
HSL167.01º81.71%32.16%-
HSV(B)167.01º89.93%58.43%-
XYZ14.3322.9521.44-
YUV105.63136.1163.36-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.28%
GREEN value IS 149 (58.59% from 255) = 52.46%
BLUE value IS 120 (47.27% from 255) = 42.25%
R=5.28%
G=52.46%
B=42.25%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal151491200.9000.190.42167.0181.7132.16
HexF95785A0132Aa75220
Octal172251701320235224712240
Binary11111001010111110001011010010011101010101001111010010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f9578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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