Html Css Color HEX #09A191 Persian Green

📋 copy color: '#09A191'

red 9 ◦ green 161 ◦ blue 145

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

Shades of Persian Green #09A191

Tints of Persian Green #09A191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 46.03%

R = 2.86%
G = 51.11%
B = 46.03%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.10

 K value IS 0.37

RGB Variations

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

Color information

#09A191 (or 0x09A191) is known color: Persian Green. HEX triplet: 09, A1 and 91. RGB value is (9,161,145). Sum of RGB (Red+Green+Blue) = 9+161+145=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 161 (63.28% from 255 or 51.11% from 315); Blue value is 145 (57.03% from 255 or 46.03% from 315); Max value from RGB is 161 - color contains mainly: green. Hex color #09A191 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A191 is #F65E6E. Grayscale: #717171. Windows color (decimal): -16146031 or 9543945. OLE color: 9543945.

HSL color Cylindrical-coordinate representation of color #09A191: hue angle of 173.68º 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 #09A191 is Cyan = 0.94, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.37.

Color convert

RGB 9 161 145 -
CMYK 0.94 0 0.10 0.37
HSL 173.68º 0.89% 0.33% -
HSV(B) 173.68º 0.94% 0.63% -
XYZ 17.97 27.59 31.17 -
YUV 113.73 145.64 53.3 -
System Red Green Blue C M Y K H S L
Decimal 9 161 145 0.94 0 0.10 0.37 173.68 0.89 0.33
Hex 9 A1 91 5E 0 A 25 AE 59 21
Octal 11 241 221 136 0 12 45 256 131 41
Binary 1001 10100001 10010001 1011110 0 1010 100101 10101110 1011001 100001

Color Harmonies of #09A191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A191

Black with #09A191

Text Example


Text Example

White with #09A191

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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