Html Css Color HEX #09A09B Persian Green

📋 copy color: '#09A09B'

red 9 ◦ green 160 ◦ blue 155

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

Shades of Persian Green #09A09B

Tints of Persian Green #09A09B

RGB

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

 GREEN value IS 160 (62.89% from 255) = 49.38%

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

R = 2.78%
G = 49.38%
B = 47.84%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.03

 K value IS 0.37

RGB Variations

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

Color information

#09A09B (or 0x09A09B) is known color: Persian Green. HEX triplet: 09, A0 and 9B. RGB value is (9,160,155). Sum of RGB (Red+Green+Blue) = 9+160+155=324 (42% of max value = 765). Red value is 9 (3.91% from 255 or 2.78% from 324); Green value is 160 (62.89% from 255 or 49.38% from 324); Blue value is 155 (60.94% from 255 or 47.84% from 324); Max value from RGB is 160 - color contains mainly: green. Hex color #09A09B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A09B is #F65F64. Grayscale: #727272. Windows color (decimal): -16146277 or 10199049. OLE color: 10199049.

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

Color convert

RGB 9 160 155 -
CMYK 0.94 0 0.03 0.37
HSL 178.01º 0.89% 0.33% -
HSV(B) 178.01º 0.94% 0.63% -
XYZ 18.6 27.57 35.35 -
YUV 114.28 150.97 52.91 -
System Red Green Blue C M Y K H S L
Decimal 9 160 155 0.94 0 0.03 0.37 178.01 0.89 0.33
Hex 9 A0 9B 5E 0 3 25 B2 59 21
Octal 11 240 233 136 0 3 45 262 131 41
Binary 1001 10100000 10011011 1011110 0 11 100101 10110010 1011001 100001

Color Harmonies of #09A09B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A09B

Black with #09A09B

Text Example


Text Example

White with #09A09B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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