Html Css Color HEX #09AE9C Persian Green

📋 copy color: '#09AE9C'

red 9 ◦ green 174 ◦ blue 156

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

Shades of Persian Green #09AE9C

Tints of Persian Green #09AE9C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 51.33%

 BLUE value IS 156 (61.33% from 255) = 46.02%

R = 2.65%
G = 51.33%
B = 46.02%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#09AE9C (or 0x09AE9C) is known color: Persian Green. HEX triplet: 09, AE and 9C. RGB value is (9,174,156). Sum of RGB (Red+Green+Blue) = 9+174+156=339 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.65% from 339); Green value is 174 (68.36% from 255 or 51.33% from 339); Blue value is 156 (61.33% from 255 or 46.02% from 339); Max value from RGB is 174 - color contains mainly: green. Hex color #09AE9C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AE9C is #F65163. Grayscale: #7A7A7A. Windows color (decimal): -16142692 or 10268169. OLE color: 10268169.

HSL color Cylindrical-coordinate representation of color #09AE9C: hue angle of 173.45º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AE9C is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 9 174 156 -
CMYK 0.95 0 0.10 0.32
HSL 173.45º 0.9% 0.36% -
HSV(B) 173.45º 0.95% 0.68% -
XYZ 21.25 32.73 36.65 -
YUV 122.61 146.84 46.96 -
System Red Green Blue C M Y K H S L
Decimal 9 174 156 0.95 0 0.10 0.32 173.45 0.9 0.36
Hex 9 AE 9C 5F 0 A 20 AD 5A 24
Octal 11 256 234 137 0 12 40 255 132 44
Binary 1001 10101110 10011100 1011111 0 1010 100000 10101101 1011010 100100

Color Harmonies of #09AE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AE9C

Black with #09AE9C

Text Example


Text Example

White with #09AE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,174,156); }

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

background-color css

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

 a { background-color: rgb(9,174,156); }

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

border-color css

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

 span { border-color: rgb(9,174,156); }

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