Html Css Color HEX #09A17C Free Speech Aquamarine

📋 copy color: '#09A17C'

red 9 ◦ green 161 ◦ blue 124

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

Shades of Free Speech Aquamarine #09A17C

Tints of Free Speech Aquamarine #09A17C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 54.76%

 BLUE value IS 124 (48.83% from 255) = 42.18%

R = 3.06%
G = 54.76%
B = 42.18%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.23

 K value IS 0.37

RGB Variations

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

Color information

#09A17C (or 0x09A17C) is known color: Free Speech Aquamarine. HEX triplet: 09, A1 and 7C. RGB value is (9,161,124). Sum of RGB (Red+Green+Blue) = 9+161+124=294 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.06% from 294); Green value is 161 (63.28% from 255 or 54.76% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 161 - color contains mainly: green. Hex color #09A17C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A17C is #F65E83. Grayscale: #6F6F6F. Windows color (decimal): -16146052 or 8167689. OLE color: 8167689.

HSL color Cylindrical-coordinate representation of color #09A17C: hue angle of 165.39º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09A17C is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.

Color convert

RGB 9 161 124 -
CMYK 0.94 0 0.23 0.37
HSL 165.39º 0.89% 0.33% -
HSV(B) 165.39º 0.94% 0.63% -
XYZ 16.5 27 23.41 -
YUV 111.33 135.14 55.01 -
System Red Green Blue C M Y K H S L
Decimal 9 161 124 0.94 0 0.23 0.37 165.39 0.89 0.33
Hex 9 A1 7C 5E 0 17 25 A5 59 21
Octal 11 241 174 136 0 27 45 245 131 41
Binary 1001 10100001 1111100 1011110 0 10111 100101 10100101 1011001 100001

Color Harmonies of #09A17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A17C

Black with #09A17C

Text Example


Text Example

White with #09A17C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,161,124); }

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

background-color css

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

 a { background-color: rgb(9,161,124); }

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

border-color css

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

 span { border-color: rgb(9,161,124); }

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