Html Css Color HEX #09ADA6 Persian Green

📋 copy color: '#09ADA6'

red 9 ◦ green 173 ◦ blue 166

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

Shades of Persian Green #09ADA6

Tints of Persian Green #09ADA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 47.7%

R = 2.59%
G = 49.71%
B = 47.7%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.04

 K value IS 0.32

RGB Variations

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

Color information

#09ADA6 (or 0x09ADA6) is known color: Persian Green. HEX triplet: 09, AD and A6. RGB value is (9,173,166). Sum of RGB (Red+Green+Blue) = 9+173+166=348 (46% of max value = 765). Red value is 9 (3.91% from 255 or 2.59% from 348); Green value is 173 (67.97% from 255 or 49.71% from 348); Blue value is 166 (65.23% from 255 or 47.70% from 348); Max value from RGB is 173 - color contains mainly: green. Hex color #09ADA6 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09ADA6 is #F65259. Grayscale: #7B7B7B. Windows color (decimal): -16142938 or 10923273. OLE color: 10923273.

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

Color convert

RGB 9 173 166 -
CMYK 0.95 0 0.04 0.32
HSL 177.44º 0.9% 0.36% -
HSV(B) 177.44º 0.95% 0.68% -
XYZ 21.94 32.7 41.23 -
YUV 123.17 152.17 46.57 -
System Red Green Blue C M Y K H S L
Decimal 9 173 166 0.95 0 0.04 0.32 177.44 0.9 0.36
Hex 9 AD A6 5F 0 4 20 B1 5A 24
Octal 11 255 246 137 0 4 40 261 132 44
Binary 1001 10101101 10100110 1011111 0 100 100000 10110001 1011010 100100

Color Harmonies of #09ADA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09ADA6

Black with #09ADA6

Text Example


Text Example

White with #09ADA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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