#0aac8d

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

Shades of Persian Green #0AAC8D

Tints of Persian Green #0AAC8D

Color information

#0AAC8D (or 0x0AAC8D) is unknown color: approx Persian Green. HEX triplet: 0A, AC and 8D. RGB value is (10,172,141). Sum of RGB (Red+Green+Blue) = 10+172+141=323 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.10% from 323); Green value is 172 (67.58% from 255 or 53.25% from 323); Blue value is 141 (55.47% from 255 or 43.65% from 323); Max value from RGB is 172 - color contains mainly: green. Hex color #0AAC8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAC8D is #F55372. Grayscale: #777777. Windows color (decimal): -16077683 or 9284618. OLE color: 9284618.

HSL color Cylindrical-coordinate representation of color #0AAC8D: hue angle of 168.52º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0AAC8D is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB10172141-
CMYK0.9400.180.33
HSL168.52º89.01%35.69%-
HSV(B)168.52º94.19%67.45%-
XYZ19.6931.4930.24-
YUV120.03139.8349.52-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.10%
GREEN value IS 172 (67.58% from 255) = 53.25%
BLUE value IS 141 (55.47% from 255) = 43.65%
R=3.10%
G=53.25%
B=43.65%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101721410.9400.180.33168.5289.0135.69
HexAAC8D5E01221a95924
Octal122542151360224125113144
Binary101010101100100011011011110010010100001101010011011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0aac8d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0aac8d; }

 p { color: rgb(10,172,141); }

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

<style>
 a { background-color: #0aac8d; }

 a { background-color: rgb(10,172,141); }

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

<style>
 span { border-color: #0aac8d; }

 span { border-color: rgb(10,172,141); }

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