#0F9C71

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

Shades of Free Speech Aquamarine #0F9C71

Tints of Free Speech Aquamarine #0F9C71

Color information

#0F9C71 (or 0x0F9C71) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0F, 9C and 71. RGB value is (15,156,113). Sum of RGB (Red+Green+Blue) = 15+156+113=284 (37% of max value = 765). Red value is 15 (6.25% from 255 or 5.28% from 284); Green value is 156 (61.33% from 255 or 54.93% from 284); Blue value is 113 (44.53% from 255 or 39.79% from 284); Max value from RGB is 156 - color contains mainly: green. Hex color #0F9C71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0F9C71 is #F0638E. Grayscale: #6C6C6C. Windows color (decimal): -15754127 or 7445519. OLE color: 7445519.

HSL color Cylindrical-coordinate representation of color #0F9C71: hue angle of 161.7º 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 #0F9C71 is Cyan = 0.90, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.39.

Color convert

RGB15156113-
CMYK0.9000.280.39
HSL161.7º82.46%33.53%-
HSV(B)161.7º90.38%61.18%-
XYZ15.0725.0719.67-
YUV108.94130.2961-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 5.28%
GREEN value IS 156 (61.33% from 255) = 54.93%
BLUE value IS 113 (44.53% from 255) = 39.79%
R=5.28%
G=54.93%
B=39.79%

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
Decimal151561130.9000.280.39161.782.4633.53
HexF9C715A01C27a25222
Octal172341611320344724212242
Binary11111001110011100011011010011100100111101000101010010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F9C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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