#0E966B

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

Shades of Free Speech Aquamarine #0E966B

Tints of Free Speech Aquamarine #0E966B

Color information

#0E966B (or 0x0E966B) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0E, 96 and 6B. RGB value is (14,150,107). Sum of RGB (Red+Green+Blue) = 14+150+107=271 (35% of max value = 765). Red value is 14 (5.86% from 255 or 5.17% from 271); Green value is 150 (58.98% from 255 or 55.35% from 271); Blue value is 107 (42.19% from 255 or 39.48% from 271); Max value from RGB is 150 - color contains mainly: green. Hex color #0E966B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E966B is #F16994. Grayscale: #686868. Windows color (decimal): -15821205 or 7050766. OLE color: 7050766.

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

Color convert

RGB14150107-
CMYK0.9100.290.41
HSL161.03º82.93%32.16%-
HSV(B)161.03º90.67%58.82%-
XYZ13.7422.9717.62-
YUV104.43129.4463.5-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5.17%
GREEN value IS 150 (58.98% from 255) = 55.35%
BLUE value IS 107 (42.19% from 255) = 39.48%
R=5.17%
G=55.35%
B=39.48%

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
Decimal141501070.9100.290.41161.0382.9332.16
HexE966B5B01D29a15320
Octal162261531330355124112340
Binary11101001011011010111011011011101101001101000011010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E966B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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