#0AAC8B

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

Shades of Persian Green #0AAC8B

Tints of Persian Green #0AAC8B

Color information

#0AAC8B (or 0x0AAC8B) is unknown color: approx Persian Green. HEX triplet: 0A, AC and 8B. RGB value is (10,172,139). Sum of RGB (Red+Green+Blue) = 10+172+139=321 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.12% from 321); Green value is 172 (67.58% from 255 or 53.58% from 321); Blue value is 139 (54.69% from 255 or 43.30% from 321); Max value from RGB is 172 - color contains mainly: green. Hex color #0AAC8B is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAC8B is #F55374. Grayscale: #777777. Windows color (decimal): -16077685 or 9153546. OLE color: 9153546.

HSL color Cylindrical-coordinate representation of color #0AAC8B: hue angle of 167.78º 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 #0AAC8B is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB10172139-
CMYK0.9400.190.33
HSL167.78º89.01%35.69%-
HSV(B)167.78º94.19%67.45%-
XYZ19.5431.4329.46-
YUV119.8138.8349.68-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.12%
GREEN value IS 172 (67.58% from 255) = 53.58%
BLUE value IS 139 (54.69% from 255) = 43.30%
R=3.12%
G=53.58%
B=43.30%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101721390.9400.190.33167.7889.0135.69
HexAAC8B5E01321a85924
Octal122542131360234125013144
Binary101010101100100010111011110010011100001101010001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AAC8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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