#0D9E74

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

Shades of Free Speech Aquamarine #0D9E74

Tints of Free Speech Aquamarine #0D9E74

Color information

#0D9E74 (or 0x0D9E74) is unknown color: approx Free Speech Aquamarine. HEX triplet: 0D, 9E and 74. RGB value is (13,158,116). Sum of RGB (Red+Green+Blue) = 13+158+116=287 (38% of max value = 765). Red value is 13 (5.47% from 255 or 4.53% from 287); Green value is 158 (62.11% from 255 or 55.05% from 287); Blue value is 116 (45.70% from 255 or 40.42% from 287); Max value from RGB is 158 - color contains mainly: green. Hex color #0D9E74 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #0D9E74 is #F2618B. Grayscale: #6D6D6D. Windows color (decimal): -15884684 or 7642637. OLE color: 7642637.

HSL color Cylindrical-coordinate representation of color #0D9E74: hue angle of 162.62º degrees, saturation: 0.85, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D9E74 is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.38.

Color convert

RGB13158116-
CMYK0.9200.270.38
HSL162.62º84.8%33.53%-
HSV(B)162.62º91.77%61.96%-
XYZ15.5525.820.68-
YUV109.86131.4658.92-

RGB Variations

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

RGB

RED value IS 13 (5.47% from 255) = 4.53%
GREEN value IS 158 (62.11% from 255) = 55.05%
BLUE value IS 116 (45.70% from 255) = 40.42%
R=4.53%
G=55.05%
B=40.42%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal131581160.9200.270.38162.6284.833.53
HexD9E745C01B26a35522
Octal152361641340334624312542
Binary11011001111011101001011100011011100110101000111010101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0D9E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(13,158,116); }

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

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

 a { background-color: rgb(13,158,116); }

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

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

 span { border-color: rgb(13,158,116); }

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