Html Css Color HEX #09A27C Free Speech Aquamarine

📋 copy color: '#09A27C'

red 9 ◦ green 162 ◦ blue 124

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

Shades of Free Speech Aquamarine #09A27C

Tints of Free Speech Aquamarine #09A27C

RGB

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

 GREEN value IS 162 (63.67% from 255) = 54.92%

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

R = 3.05%
G = 54.92%
B = 42.03%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.23

 K value IS 0.36

RGB Variations

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

Color information

#09A27C (or 0x09A27C) is known color: Free Speech Aquamarine. HEX triplet: 09, A2 and 7C. RGB value is (9,162,124). Sum of RGB (Red+Green+Blue) = 9+162+124=295 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.05% from 295); Green value is 162 (63.67% from 255 or 54.92% from 295); Blue value is 124 (48.83% from 255 or 42.03% from 295); Max value from RGB is 162 - color contains mainly: green. Hex color #09A27C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A27C is #F65D83. Grayscale: #6F6F6F. Windows color (decimal): -16145796 or 8167945. OLE color: 8167945.

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

Color convert

RGB 9 162 124 -
CMYK 0.94 0 0.23 0.36
HSL 165.1º 0.89% 0.34% -
HSV(B) 165.1º 0.94% 0.64% -
XYZ 16.67 27.35 23.47 -
YUV 111.92 134.81 54.59 -
System Red Green Blue C M Y K H S L
Decimal 9 162 124 0.94 0 0.23 0.36 165.1 0.89 0.34
Hex 9 A2 7C 5E 0 17 24 A5 59 22
Octal 11 242 174 136 0 27 44 245 131 42
Binary 1001 10100010 1111100 1011110 0 10111 100100 10100101 1011001 100010

Color Harmonies of #09A27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A27C

Black with #09A27C

Text Example


Text Example

White with #09A27C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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