Html Css Color HEX #09A69A Persian Green

📋 copy color: '#09A69A'

red 9 ◦ green 166 ◦ blue 154

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

Shades of Persian Green #09A69A

Tints of Persian Green #09A69A

RGB

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

 GREEN value IS 166 (65.23% from 255) = 50.46%

 BLUE value IS 154 (60.55% from 255) = 46.81%

R = 2.74%
G = 50.46%
B = 46.81%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.07

 K value IS 0.35

RGB Variations

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

Color information

#09A69A (or 0x09A69A) is known color: Persian Green. HEX triplet: 09, A6 and 9A. RGB value is (9,166,154). Sum of RGB (Red+Green+Blue) = 9+166+154=329 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.74% from 329); Green value is 166 (65.23% from 255 or 50.46% from 329); Blue value is 154 (60.55% from 255 or 46.81% from 329); Max value from RGB is 166 - color contains mainly: green. Hex color #09A69A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A69A is #F65965. Grayscale: #757575. Windows color (decimal): -16144742 or 10135049. OLE color: 10135049.

HSL color Cylindrical-coordinate representation of color #09A69A: hue angle of 175.41º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #09A69A is Cyan = 0.95, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.

Color convert

RGB 9 166 154 -
CMYK 0.95 0 0.07 0.35
HSL 175.41º 0.9% 0.34% -
HSV(B) 175.41º 0.95% 0.65% -
XYZ 19.58 29.66 35.27 -
YUV 117.69 148.49 50.48 -
System Red Green Blue C M Y K H S L
Decimal 9 166 154 0.95 0 0.07 0.35 175.41 0.9 0.34
Hex 9 A6 9A 5F 0 7 23 AF 5A 22
Octal 11 246 232 137 0 7 43 257 132 42
Binary 1001 10100110 10011010 1011111 0 111 100011 10101111 1011010 100010

Color Harmonies of #09A69A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A69A

Black with #09A69A

Text Example


Text Example

White with #09A69A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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