Html Css Color HEX #09A47D Free Speech Aquamarine

📋 copy color: '#09A47D'

red 9 ◦ green 164 ◦ blue 125

#09A47D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Free Speech Aquamarine #09A47D

Tints of Free Speech Aquamarine #09A47D

RGB

 RED value IS 9 (3.91% from 255) = 3.02%

 GREEN value IS 164 (64.45% from 255) = 55.03%

 BLUE value IS 125 (49.22% from 255) = 41.95%

R = 3.02%
G = 55.03%
B = 41.95%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.24

 K value IS 0.36

RGB Variations

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

Color information

#09A47D (or 0x09A47D) is known color: Free Speech Aquamarine. HEX triplet: 09, A4 and 7D. RGB value is (9,164,125). Sum of RGB (Red+Green+Blue) = 9+164+125=298 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.02% from 298); Green value is 164 (64.45% from 255 or 55.03% from 298); Blue value is 125 (49.22% from 255 or 41.95% from 298); Max value from RGB is 164 - color contains mainly: green. Hex color #09A47D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A47D is #F65B82. Grayscale: #717171. Windows color (decimal): -16145283 or 8233993. OLE color: 8233993.

HSL color Cylindrical-coordinate representation of color #09A47D: hue angle of 164.9º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09A47D is Cyan = 0.95, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.36.

Color convert

RGB 9 164 125 -
CMYK 0.95 0 0.24 0.36
HSL 164.9º 0.9% 0.34% -
HSV(B) 164.9º 0.95% 0.64% -
XYZ 17.09 28.09 23.92 -
YUV 113.21 134.65 53.67 -
System Red Green Blue C M Y K H S L
Decimal 9 164 125 0.95 0 0.24 0.36 164.9 0.9 0.34
Hex 9 A4 7D 5F 0 18 24 A5 5A 22
Octal 11 244 175 137 0 30 44 245 132 42
Binary 1001 10100100 1111101 1011111 0 11000 100100 10100101 1011010 100010

Color Harmonies of #09A47D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A47D

Black with #09A47D

Text Example


Text Example

White with #09A47D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09A47D; }

 p { color: rgb(9,164,125); }

 H1.HeaderClassName
 {
   color: #09A47D;
 }
 .AnyTagClassName
 {
   color: #09A47D;
 }
</style>

background-color css

<style>
 a { background-color: #09A47D; }

 a { background-color: rgb(9,164,125); }

 div.DivClassName
 {
   background-color: #09A47D;
 }
 .BgClassName
 {
   background-color: #09A47D;
 }
</style>

border-color css

<style>
 span { border-color: #09A47D; }

 span { border-color: rgb(9,164,125); }

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