Html Css Color HEX #09A479 Free Speech Aquamarine

📋 copy color: '#09A479'

red 9 ◦ green 164 ◦ blue 121

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

Shades of Free Speech Aquamarine #09A479

Tints of Free Speech Aquamarine #09A479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 41.16%

R = 3.06%
G = 55.78%
B = 41.16%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.26

 K value IS 0.36

RGB Variations

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

Color information

#09A479 (or 0x09A479) is known color: Free Speech Aquamarine. HEX triplet: 09, A4 and 79. RGB value is (9,164,121). Sum of RGB (Red+Green+Blue) = 9+164+121=294 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.06% from 294); Green value is 164 (64.45% from 255 or 55.78% from 294); Blue value is 121 (47.66% from 255 or 41.16% from 294); Max value from RGB is 164 - color contains mainly: green. Hex color #09A479 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A479 is #F65B86. Grayscale: #707070. Windows color (decimal): -16145287 or 7971849. OLE color: 7971849.

HSL color Cylindrical-coordinate representation of color #09A479: hue angle of 163.35º 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 #09A479 is Cyan = 0.95, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB 9 164 121 -
CMYK 0.95 0 0.26 0.36
HSL 163.35º 0.9% 0.34% -
HSV(B) 163.35º 0.95% 0.64% -
XYZ 16.84 27.99 22.6 -
YUV 112.75 132.65 54 -
System Red Green Blue C M Y K H S L
Decimal 9 164 121 0.95 0 0.26 0.36 163.35 0.9 0.34
Hex 9 A4 79 5F 0 1A 24 A3 5A 22
Octal 11 244 171 137 0 32 44 243 132 42
Binary 1001 10100100 1111001 1011111 0 11010 100100 10100011 1011010 100010

Color Harmonies of #09A479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A479

Black with #09A479

Text Example


Text Example

White with #09A479

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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