#09A48E

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

Shades of Persian Green #09A48E

Tints of Persian Green #09A48E

Color information

#09A48E (or 0x09A48E) is unknown color: approx Persian Green. HEX triplet: 09, A4 and 8E. RGB value is (9,164,142). Sum of RGB (Red+Green+Blue) = 9+164+142=315 (41% of max value = 765). Red value is 9 (3.91% from 255 or 2.86% from 315); Green value is 164 (64.45% from 255 or 52.06% from 315); Blue value is 142 (55.86% from 255 or 45.08% from 315); Max value from RGB is 164 - color contains mainly: green. Hex color #09A48E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #09A48E is #F65B71. Grayscale: #737373. Windows color (decimal): -16145266 or 9348105. OLE color: 9348105.

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

Color convert

RGB9164142-
CMYK0.9500.130.36
HSL171.48º89.6%33.92%-
HSV(B)171.48º94.51%64.31%-
XYZ18.2728.5630.14-
YUV115.15143.1552.29-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 2.86%
GREEN value IS 164 (64.45% from 255) = 52.06%
BLUE value IS 142 (55.86% from 255) = 45.08%
R=2.86%
G=52.06%
B=45.08%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal91641420.9500.130.36171.4889.633.92
Hex9A48E5F0D24ab5a22
Octal112442161370154425313242
Binary10011010010010001110101111101101100100101010111011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09A48E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,164,142); }

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

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

 a { background-color: rgb(9,164,142); }

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

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

 span { border-color: rgb(9,164,142); }

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