#09A1A3

Color #09A1A3 Persian Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Green #09A1A3

Tints of Persian Green #09A1A3

Color information

#09A1A3 (or 0x09A1A3) is unknown color: approx Persian Green. HEX triplet: 09, A1 and A3. RGB value is (9,161,163). Sum of RGB (Red+Green+Blue) = 9+161+163=333 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.70% from 333); Green value is 161 (63.28% from 255 or 48.35% from 333); Blue value is 163 (64.06% from 255 or 48.95% from 333); Max value from RGB is 163 - color contains mainly: blue. Hex color #09A1A3 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A1A3 is #F65E5C. Grayscale: #737373. Windows color (decimal): -16146013 or 10723593. OLE color: 10723593.

HSL color Cylindrical-coordinate representation of color #09A1A3: hue angle of 180.78º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09A1A3 is Cyan = 0.94, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB9161163-
CMYK0.940.0100.36
HSL180.78º89.53%33.73%-
HSV(B)180.78º94.48%63.92%-
XYZ19.4728.1939.07-
YUV115.78154.6451.84-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.70%
GREEN value IS 161 (63.28% from 255) = 48.35%
BLUE value IS 163 (64.06% from 255) = 48.95%
R=2.70%
G=48.35%
B=48.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal91611630.940.0100.36180.7889.5333.73
Hex9A1A35E1024b55a22
Octal11241243136104426513242
Binary10011010000110100011101111010100100101101011011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A1A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,161,163); }

 H1.HeaderClassName
 {
   color: #09A1A3;
 }
 .AnyTagClassName
 {
   color: #09A1A3;
 }
</style>
background-color css

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

 a { background-color: rgb(9,161,163); }

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

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

 span { border-color: rgb(9,161,163); }

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