Html Css Color HEX #09A19B Persian Green

📋 copy color: '#09A19B'

red 9 ◦ green 161 ◦ blue 155

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

Shades of Persian Green #09A19B

Tints of Persian Green #09A19B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 47.69%

R = 2.77%
G = 49.54%
B = 47.69%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.04

 K value IS 0.37

RGB Variations

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

Color information

#09A19B (or 0x09A19B) is known color: Persian Green. HEX triplet: 09, A1 and 9B. RGB value is (9,161,155). Sum of RGB (Red+Green+Blue) = 9+161+155=325 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.77% from 325); Green value is 161 (63.28% from 255 or 49.54% from 325); Blue value is 155 (60.94% from 255 or 47.69% from 325); Max value from RGB is 161 - color contains mainly: green. Hex color #09A19B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A19B is #F65E64. Grayscale: #727272. Windows color (decimal): -16146021 or 10199305. OLE color: 10199305.

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

Color convert

RGB 9 161 155 -
CMYK 0.94 0 0.04 0.37
HSL 177.63º 0.89% 0.33% -
HSV(B) 177.63º 0.94% 0.63% -
XYZ 18.77 27.91 35.41 -
YUV 114.87 150.64 52.49 -
System Red Green Blue C M Y K H S L
Decimal 9 161 155 0.94 0 0.04 0.37 177.63 0.89 0.33
Hex 9 A1 9B 5E 0 4 25 B2 59 21
Octal 11 241 233 136 0 4 45 262 131 41
Binary 1001 10100001 10011011 1011110 0 100 100101 10110010 1011001 100001

Color Harmonies of #09A19B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A19B

Black with #09A19B

Text Example


Text Example

White with #09A19B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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