Html Css Color HEX #09AD9B Persian Green

📋 copy color: '#09AD9B'

red 9 ◦ green 173 ◦ blue 155

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

Shades of Persian Green #09AD9B

Tints of Persian Green #09AD9B

RGB

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

 GREEN value IS 173 (67.97% from 255) = 51.34%

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

R = 2.67%
G = 51.34%
B = 45.99%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.10

 K value IS 0.32

RGB Variations

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

Color information

#09AD9B (or 0x09AD9B) is known color: Persian Green. HEX triplet: 09, AD and 9B. RGB value is (9,173,155). Sum of RGB (Red+Green+Blue) = 9+173+155=337 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.67% from 337); Green value is 173 (67.97% from 255 or 51.34% from 337); Blue value is 155 (60.94% from 255 or 45.99% from 337); Max value from RGB is 173 - color contains mainly: green. Hex color #09AD9B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09AD9B is #F65264. Grayscale: #797979. Windows color (decimal): -16142949 or 10202377. OLE color: 10202377.

HSL color Cylindrical-coordinate representation of color #09AD9B: hue angle of 173.41º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09AD9B is Cyan = 0.95, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB 9 173 155 -
CMYK 0.95 0 0.10 0.32
HSL 173.41º 0.9% 0.36% -
HSV(B) 173.41º 0.95% 0.68% -
XYZ 20.97 32.31 36.14 -
YUV 121.91 146.67 47.46 -
System Red Green Blue C M Y K H S L
Decimal 9 173 155 0.95 0 0.10 0.32 173.41 0.9 0.36
Hex 9 AD 9B 5F 0 A 20 AD 5A 24
Octal 11 255 233 137 0 12 40 255 132 44
Binary 1001 10101101 10011011 1011111 0 1010 100000 10101101 1011010 100100

Color Harmonies of #09AD9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09AD9B

Black with #09AD9B

Text Example


Text Example

White with #09AD9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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