#0E9970

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

Shades of Free Speech Aquamarine #0E9970

Tints of Free Speech Aquamarine #0E9970

Color information

#0E9970 (or 0x0E9970) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0E, 99 and 70. RGB value is (14,153,112). Sum of RGB (Red+Green+Blue) = 14+153+112=279 (36% of max value = 765). Red value is 14 (5.86% from 255 or 5.02% from 279); Green value is 153 (60.16% from 255 or 54.84% from 279); Blue value is 112 (44.14% from 255 or 40.14% from 279); Max value from RGB is 153 - color contains mainly: green. Hex color #0E9970 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9970 is #F1668F. Grayscale: #6A6A6A. Windows color (decimal): -15820432 or 7379214. OLE color: 7379214.

HSL color Cylindrical-coordinate representation of color #0E9970: hue angle of 162.3º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E9970 is Cyan = 0.91, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB14153112-
CMYK0.9100.270.4
HSL162.3º83.23%32.75%-
HSV(B)162.3º90.85%60%-
XYZ14.524.0519.21-
YUV106.76130.9561.83-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.02%
GREEN value IS 153 (60.16% from 255) = 54.84%
BLUE value IS 112 (44.14% from 255) = 40.14%
R=5.02%
G=54.84%
B=40.14%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal141531120.9100.270.4162.383.2332.75
HexE99705B01B28a25321
Octal162311601330335024212341
Binary11101001100111100001011011011011101000101000101010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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