Html Css Color HEX #09A073 Free Speech Aquamarine

📋 copy color: '#09A073'

red 9 ◦ green 160 ◦ blue 115

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

Shades of Free Speech Aquamarine #09A073

Tints of Free Speech Aquamarine #09A073

RGB

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

 GREEN value IS 160 (62.89% from 255) = 56.34%

 BLUE value IS 115 (45.31% from 255) = 40.49%

R = 3.17%
G = 56.34%
B = 40.49%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.28

 K value IS 0.37

RGB Variations

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

Color information

#09A073 (or 0x09A073) is known color: Free Speech Aquamarine. HEX triplet: 09, A0 and 73. RGB value is (9,160,115). Sum of RGB (Red+Green+Blue) = 9+160+115=284 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.17% from 284); Green value is 160 (62.89% from 255 or 56.34% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 160 - color contains mainly: green. Hex color #09A073 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A073 is #F65F8C. Grayscale: #6D6D6D. Windows color (decimal): -16146317 or 7577609. OLE color: 7577609.

HSL color Cylindrical-coordinate representation of color #09A073: hue angle of 162.12º 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 #09A073 is Cyan = 0.94, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB 9 160 115 -
CMYK 0.94 0 0.28 0.37
HSL 162.12º 0.89% 0.33% -
HSV(B) 162.12º 0.94% 0.63% -
XYZ 15.78 26.44 20.49 -
YUV 109.72 130.97 56.16 -
System Red Green Blue C M Y K H S L
Decimal 9 160 115 0.94 0 0.28 0.37 162.12 0.89 0.33
Hex 9 A0 73 5E 0 1C 25 A2 59 21
Octal 11 240 163 136 0 34 45 242 131 41
Binary 1001 10100000 1110011 1011110 0 11100 100101 10100010 1011001 100001

Color Harmonies of #09A073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A073

Black with #09A073

Text Example


Text Example

White with #09A073

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,160,115); }

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

background-color css

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

 a { background-color: rgb(9,160,115); }

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

border-color css

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

 span { border-color: rgb(9,160,115); }

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