Html Css Color HEX #09A197 Persian Green

📋 copy color: '#09A197'

red 9 ◦ green 161 ◦ blue 151

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

Shades of Persian Green #09A197

Tints of Persian Green #09A197

RGB

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

 GREEN value IS 161 (63.28% from 255) = 50.16%

 BLUE value IS 151 (59.38% from 255) = 47.04%

R = 2.8%
G = 50.16%
B = 47.04%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.06

 K value IS 0.37

RGB Variations

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

Color information

#09A197 (or 0x09A197) is known color: Persian Green. HEX triplet: 09, A1 and 97. RGB value is (9,161,151). Sum of RGB (Red+Green+Blue) = 9+161+151=321 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.80% from 321); Green value is 161 (63.28% from 255 or 50.16% from 321); Blue value is 151 (59.38% from 255 or 47.04% from 321); Max value from RGB is 161 - color contains mainly: green. Hex color #09A197 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A197 is #F65E68. Grayscale: #727272. Windows color (decimal): -16146025 or 9937161. OLE color: 9937161.

HSL color Cylindrical-coordinate representation of color #09A197: hue angle of 176.05º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09A197 is Cyan = 0.94, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.37.

Color convert

RGB 9 161 151 -
CMYK 0.94 0 0.06 0.37
HSL 176.05º 0.89% 0.33% -
HSV(B) 176.05º 0.94% 0.63% -
XYZ 18.44 27.78 33.67 -
YUV 114.41 148.64 52.81 -
System Red Green Blue C M Y K H S L
Decimal 9 161 151 0.94 0 0.06 0.37 176.05 0.89 0.33
Hex 9 A1 97 5E 0 6 25 B0 59 21
Octal 11 241 227 136 0 6 45 260 131 41
Binary 1001 10100001 10010111 1011110 0 110 100101 10110000 1011001 100001

Color Harmonies of #09A197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A197

Black with #09A197

Text Example


Text Example

White with #09A197

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,161,151); }

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

background-color css

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

 a { background-color: rgb(9,161,151); }

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

border-color css

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

 span { border-color: rgb(9,161,151); }

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