#0F9C70

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

Shades of Free Speech Aquamarine #0F9C70

Tints of Free Speech Aquamarine #0F9C70

Color information

#0F9C70 (or 0x0F9C70) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0F, 9C and 70. RGB value is (15,156,112). Sum of RGB (Red+Green+Blue) = 15+156+112=283 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.30% from 283); Green value is 156 (61.33% from 255 or 55.12% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 156 - color contains mainly: green. Hex color #0F9C70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9C70 is #F0638F. Grayscale: #6C6C6C. Windows color (decimal): -15754128 or 7379983. OLE color: 7379983.

HSL color Cylindrical-coordinate representation of color #0F9C70: hue angle of 161.28º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F9C70 is Cyan = 0.90, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB15156112-
CMYK0.9000.280.39
HSL161.28º82.46%33.53%-
HSV(B)161.28º90.38%61.18%-
XYZ15.0125.0519.37-
YUV108.82129.7961.08-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.30%
GREEN value IS 156 (61.33% from 255) = 55.12%
BLUE value IS 112 (44.14% from 255) = 39.58%
R=5.30%
G=55.12%
B=39.58%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal151561120.9000.280.39161.2882.4633.53
HexF9C705A01C27a15222
Octal172341601320344724112242
Binary11111001110011100001011010011100100111101000011010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,156,112); }

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

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

 a { background-color: rgb(15,156,112); }

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

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

 span { border-color: rgb(15,156,112); }

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