Html Css Color HEX #09A18F Persian Green

📋 copy color: '#09A18F'

red 9 ◦ green 161 ◦ blue 143

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

Shades of Persian Green #09A18F

Tints of Persian Green #09A18F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 45.69%

R = 2.88%
G = 51.44%
B = 45.69%

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

#09A18F (or 0x09A18F) is known color: Persian Green. HEX triplet: 09, A1 and 8F. RGB value is (9,161,143). Sum of RGB (Red+Green+Blue) = 9+161+143=313 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.88% from 313); Green value is 161 (63.28% from 255 or 51.44% from 313); Blue value is 143 (56.25% from 255 or 45.69% from 313); Max value from RGB is 161 - color contains mainly: green. Hex color #09A18F is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A18F is #F65E70. Grayscale: #717171. Windows color (decimal): -16146033 or 9412873. OLE color: 9412873.

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

Color convert

RGB 9 161 143 -
CMYK 0.94 0 0.11 0.37
HSL 172.89º 0.89% 0.33% -
HSV(B) 172.89º 0.94% 0.63% -
XYZ 17.82 27.53 30.36 -
YUV 113.5 144.64 53.46 -
System Red Green Blue C M Y K H S L
Decimal 9 161 143 0.94 0 0.11 0.37 172.89 0.89 0.33
Hex 9 A1 8F 5E 0 B 25 AD 59 21
Octal 11 241 217 136 0 13 45 255 131 41
Binary 1001 10100001 10001111 1011110 0 1011 100101 10101101 1011001 100001

Color Harmonies of #09A18F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A18F

Black with #09A18F

Text Example


Text Example

White with #09A18F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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