#0E966A

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

Shades of Free Speech Aquamarine #0E966A

Tints of Free Speech Aquamarine #0E966A

Color information

#0E966A (or 0x0E966A) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0E, 96 and 6A. RGB value is (14,150,106). Sum of RGB (Red+Green+Blue) = 14+150+106=270 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.19% from 270); Green value is 150 (58.98% from 255 or 55.56% from 270); Blue value is 106 (41.80% from 255 or 39.26% from 270); Max value from RGB is 150 - color contains mainly: green. Hex color #0E966A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E966A is #F16995. Grayscale: #686868. Windows color (decimal): -15821206 or 6985230. OLE color: 6985230.

HSL color Cylindrical-coordinate representation of color #0E966A: hue angle of 160.59º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0E966A is Cyan = 0.91, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB14150106-
CMYK0.9100.290.41
HSL160.59º82.93%32.16%-
HSV(B)160.59º90.67%58.82%-
XYZ13.6922.9517.34-
YUV104.32128.9463.58-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.19%
GREEN value IS 150 (58.98% from 255) = 55.56%
BLUE value IS 106 (41.80% from 255) = 39.26%
R=5.19%
G=55.56%
B=39.26%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal141501060.9100.290.41160.5982.9332.16
HexE966A5B01D29a15320
Octal162261521330355124112340
Binary11101001011011010101011011011101101001101000011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E966A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,150,106); }

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

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

 a { background-color: rgb(14,150,106); }

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

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

 span { border-color: rgb(14,150,106); }

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