Html Css Color HEX #09A072 Free Speech Aquamarine

📋 copy color: '#09A072'

red 9 ◦ green 160 ◦ blue 114

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

Shades of Free Speech Aquamarine #09A072

Tints of Free Speech Aquamarine #09A072

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 40.28%

R = 3.18%
G = 56.54%
B = 40.28%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.29

 K value IS 0.37

RGB Variations

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

Color information

#09A072 (or 0x09A072) is known color: Free Speech Aquamarine. HEX triplet: 09, A0 and 72. RGB value is (9,160,114). Sum of RGB (Red+Green+Blue) = 9+160+114=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 160 (62.89% from 255 or 56.54% from 283); Blue value is 114 (44.92% from 255 or 40.28% from 283); Max value from RGB is 160 - color contains mainly: green. Hex color #09A072 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A072 is #F65F8D. Grayscale: #6D6D6D. Windows color (decimal): -16146318 or 7512073. OLE color: 7512073.

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

Color convert

RGB 9 160 114 -
CMYK 0.94 0 0.29 0.37
HSL 161.72º 0.89% 0.33% -
HSV(B) 161.72º 0.94% 0.63% -
XYZ 15.72 26.41 20.19 -
YUV 109.61 130.47 56.24 -
System Red Green Blue C M Y K H S L
Decimal 9 160 114 0.94 0 0.29 0.37 161.72 0.89 0.33
Hex 9 A0 72 5E 0 1D 25 A2 59 21
Octal 11 240 162 136 0 35 45 242 131 41
Binary 1001 10100000 1110010 1011110 0 11101 100101 10100010 1011001 100001

Color Harmonies of #09A072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A072

Black with #09A072

Text Example


Text Example

White with #09A072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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