#0E9872

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

Shades of Free Speech Aquamarine #0E9872

Tints of Free Speech Aquamarine #0E9872

Color information

#0E9872 (or 0x0E9872) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0E, 98 and 72. RGB value is (14,152,114). Sum of RGB (Red+Green+Blue) = 14+152+114=280 (37% of max value = 765). Red value is 14 (5.86% from 255 or 5% from 280); Green value is 152 (59.77% from 255 or 54.29% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 152 - color contains mainly: green. Hex color #0E9872 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0E9872 is #F1678D. Grayscale: #6A6A6A. Windows color (decimal): -15820686 or 7510030. OLE color: 7510030.

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

Color convert

RGB14152114-
CMYK0.9100.250.40
HSL163.48º83.13%32.55%-
HSV(B)163.48º90.79%59.61%-
XYZ14.4523.7619.75-
YUV106.41132.2862.09-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 5%
GREEN value IS 152 (59.77% from 255) = 54.29%
BLUE value IS 114 (44.92% from 255) = 40.71%
R=5%
G=54.29%
B=40.71%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal141521140.9100.250.40163.4883.1332.55
HexE98725B01928a35321
Octal162301621330315024312341
Binary11101001100011100101011011011001101000101000111010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E9872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,152,114); }

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

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

 a { background-color: rgb(14,152,114); }

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

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

 span { border-color: rgb(14,152,114); }

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