#0E9F71

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

Shades of Free Speech Aquamarine #0E9F71

Tints of Free Speech Aquamarine #0E9F71

Color information

#0E9F71 (or 0x0E9F71) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0E, 9F and 71. RGB value is (14,159,113). Sum of RGB (Red+Green+Blue) = 14+159+113=286 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.90% from 286); Green value is 159 (62.5% from 255 or 55.59% from 286); Blue value is 113 (44.53% from 255 or 39.51% from 286); Max value from RGB is 159 - color contains mainly: green. Hex color #0E9F71 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9F71 is #F1608E. Grayscale: #6E6E6E. Windows color (decimal): -15818895 or 7446286. OLE color: 7446286.

HSL color Cylindrical-coordinate representation of color #0E9F71: hue angle of 160.97º degrees, saturation: 0.84, 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 #0E9F71 is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB14159113-
CMYK0.9100.290.38
HSL160.97º83.82%33.92%-
HSV(B)160.97º91.19%62.35%-
XYZ15.5626.0819.84-
YUV110.4129.4659.24-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.90%
GREEN value IS 159 (62.5% from 255) = 55.59%
BLUE value IS 113 (44.53% from 255) = 39.51%
R=4.90%
G=55.59%
B=39.51%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal141591130.9100.290.38160.9783.8233.92
HexE9F715B01D26a15422
Octal162371611330354624112442
Binary11101001111111100011011011011101100110101000011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,159,113); }

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

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

 a { background-color: rgb(14,159,113); }

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

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

 span { border-color: rgb(14,159,113); }

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