Html Css Color HEX #09A67D Free Speech Aquamarine

📋 copy color: '#09A67D'

red 9 ◦ green 166 ◦ blue 125

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

Shades of Free Speech Aquamarine #09A67D

Tints of Free Speech Aquamarine #09A67D

RGB

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

 GREEN value IS 166 (65.23% from 255) = 55.33%

 BLUE value IS 125 (49.22% from 255) = 41.67%

R = 3%
G = 55.33%
B = 41.67%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.25

 K value IS 0.35

RGB Variations

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

Color information

#09A67D (or 0x09A67D) is known color: Free Speech Aquamarine. HEX triplet: 09, A6 and 7D. RGB value is (9,166,125). Sum of RGB (Red+Green+Blue) = 9+166+125=300 (39% of max value = 765). Red value is 9 (3.91% from 255 or 3% from 300); Green value is 166 (65.23% from 255 or 55.33% from 300); Blue value is 125 (49.22% from 255 or 41.67% from 300); Max value from RGB is 166 - color contains mainly: green. Hex color #09A67D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #09A67D is #F65982. Grayscale: #727272. Windows color (decimal): -16144771 or 8234505. OLE color: 8234505.

HSL color Cylindrical-coordinate representation of color #09A67D: hue angle of 164.33º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09A67D is Cyan = 0.95, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB 9 166 125 -
CMYK 0.95 0 0.25 0.35
HSL 164.33º 0.9% 0.34% -
HSV(B) 164.33º 0.95% 0.65% -
XYZ 17.45 28.81 24.04 -
YUV 114.38 133.99 52.83 -
System Red Green Blue C M Y K H S L
Decimal 9 166 125 0.95 0 0.25 0.35 164.33 0.9 0.34
Hex 9 A6 7D 5F 0 19 23 A4 5A 22
Octal 11 246 175 137 0 31 43 244 132 42
Binary 1001 10100110 1111101 1011111 0 11001 100011 10100100 1011010 100010

Color Harmonies of #09A67D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A67D

Black with #09A67D

Text Example


Text Example

White with #09A67D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,166,125); }

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

background-color css

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

 a { background-color: rgb(9,166,125); }

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

border-color css

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

 span { border-color: rgb(9,166,125); }

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