Html Css Color HEX #09A47B Free Speech Aquamarine

📋 copy color: '#09A47B'

red 9 ◦ green 164 ◦ blue 123

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

Shades of Free Speech Aquamarine #09A47B

Tints of Free Speech Aquamarine #09A47B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 41.55%

R = 3.04%
G = 55.41%
B = 41.55%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.25

 K value IS 0.36

RGB Variations

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

Color information

#09A47B (or 0x09A47B) is known color: Free Speech Aquamarine. HEX triplet: 09, A4 and 7B. RGB value is (9,164,123). Sum of RGB (Red+Green+Blue) = 9+164+123=296 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3.04% from 296); Green value is 164 (64.45% from 255 or 55.41% from 296); Blue value is 123 (48.44% from 255 or 41.55% from 296); Max value from RGB is 164 - color contains mainly: green. Hex color #09A47B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A47B is #F65B84. Grayscale: #707070. Windows color (decimal): -16145285 or 8102921. OLE color: 8102921.

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

Color convert

RGB 9 164 123 -
CMYK 0.95 0 0.25 0.36
HSL 164.13º 0.9% 0.34% -
HSV(B) 164.13º 0.95% 0.64% -
XYZ 16.96 28.04 23.26 -
YUV 112.98 133.65 53.83 -
System Red Green Blue C M Y K H S L
Decimal 9 164 123 0.95 0 0.25 0.36 164.13 0.9 0.34
Hex 9 A4 7B 5F 0 19 24 A4 5A 22
Octal 11 244 173 137 0 31 44 244 132 42
Binary 1001 10100100 1111011 1011111 0 11001 100100 10100100 1011010 100010

Color Harmonies of #09A47B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A47B

Black with #09A47B

Text Example


Text Example

White with #09A47B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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