#0E9D70

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

Shades of Free Speech Aquamarine #0E9D70

Tints of Free Speech Aquamarine #0E9D70

Color information

#0E9D70 (or 0x0E9D70) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0E, 9D and 70. RGB value is (14,157,112). Sum of RGB (Red+Green+Blue) = 14+157+112=283 (37% of max value = 765). Red value is 14 (5.86% from 255 or 4.95% from 283); Green value is 157 (61.72% from 255 or 55.48% from 283); Blue value is 112 (44.14% from 255 or 39.58% from 283); Max value from RGB is 157 - color contains mainly: green. Hex color #0E9D70 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9D70 is #F1628F. Grayscale: #6D6D6D. Windows color (decimal): -15819408 or 7380238. OLE color: 7380238.

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

Color convert

RGB14157112-
CMYK0.9100.290.38
HSL161.12º83.63%33.53%-
HSV(B)161.12º91.08%61.57%-
XYZ15.1625.3819.43-
YUV109.11129.6260.16-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 4.95%
GREEN value IS 157 (61.72% from 255) = 55.48%
BLUE value IS 112 (44.14% from 255) = 39.58%
R=4.95%
G=55.48%
B=39.58%

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
Decimal141571120.9100.290.38161.1283.6333.53
HexE9D705B01D26a15422
Octal162351601330354624112442
Binary11101001110111100001011011011101100110101000011010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,157,112); }

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

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

 a { background-color: rgb(14,157,112); }

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

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

 span { border-color: rgb(14,157,112); }

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