Html Css Color HEX #09A696 Persian Green

📋 copy color: '#09A696'

red 9 ◦ green 166 ◦ blue 150

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

Shades of Persian Green #09A696

Tints of Persian Green #09A696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 46.15%

R = 2.77%
G = 51.08%
B = 46.15%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.10

 K value IS 0.35

RGB Variations

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

Color information

#09A696 (or 0x09A696) is known color: Persian Green. HEX triplet: 09, A6 and 96. RGB value is (9,166,150). Sum of RGB (Red+Green+Blue) = 9+166+150=325 (43% of max value = 765). Red value is 9 (3.91% from 255 or 2.77% from 325); Green value is 166 (65.23% from 255 or 51.08% from 325); Blue value is 150 (58.98% from 255 or 46.15% from 325); Max value from RGB is 166 - color contains mainly: green. Hex color #09A696 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A696 is #F65969. Grayscale: #757575. Windows color (decimal): -16144746 or 9872905. OLE color: 9872905.

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

Color convert

RGB 9 166 150 -
CMYK 0.95 0 0.10 0.35
HSL 173.89º 0.9% 0.34% -
HSV(B) 173.89º 0.95% 0.65% -
XYZ 19.25 29.53 33.54 -
YUV 117.23 146.49 50.8 -
System Red Green Blue C M Y K H S L
Decimal 9 166 150 0.95 0 0.10 0.35 173.89 0.9 0.34
Hex 9 A6 96 5F 0 A 23 AE 5A 22
Octal 11 246 226 137 0 12 43 256 132 42
Binary 1001 10100110 10010110 1011111 0 1010 100011 10101110 1011010 100010

Color Harmonies of #09A696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09A696

Black with #09A696

Text Example


Text Example

White with #09A696

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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