Html Css Color HEX #09A190 Persian Green

📋 copy color: '#09A190'

red 9 ◦ green 161 ◦ blue 144

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

Shades of Persian Green #09A190

Tints of Persian Green #09A190

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 45.86%

R = 2.87%
G = 51.27%
B = 45.86%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.11

 K value IS 0.37

RGB Variations

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

Color information

#09A190 (or 0x09A190) is known color: Persian Green. HEX triplet: 09, A1 and 90. RGB value is (9,161,144). Sum of RGB (Red+Green+Blue) = 9+161+144=314 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.87% from 314); Green value is 161 (63.28% from 255 or 51.27% from 314); Blue value is 144 (56.64% from 255 or 45.86% from 314); Max value from RGB is 161 - color contains mainly: green. Hex color #09A190 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A190 is #F65E6F. Grayscale: #717171. Windows color (decimal): -16146032 or 9478409. OLE color: 9478409.

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

Color convert

RGB 9 161 144 -
CMYK 0.94 0 0.11 0.37
HSL 173.29º 0.89% 0.33% -
HSV(B) 173.29º 0.94% 0.63% -
XYZ 17.89 27.56 30.76 -
YUV 113.61 145.14 53.38 -
System Red Green Blue C M Y K H S L
Decimal 9 161 144 0.94 0 0.11 0.37 173.29 0.89 0.33
Hex 9 A1 90 5E 0 B 25 AD 59 21
Octal 11 241 220 136 0 13 45 255 131 41
Binary 1001 10100001 10010000 1011110 0 1011 100101 10101101 1011001 100001

Color Harmonies of #09A190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A190

Black with #09A190

Text Example


Text Example

White with #09A190

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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