#0aad8c

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

Shades of Persian Green #0AAD8C

Tints of Persian Green #0AAD8C

Color information

#0AAD8C (or 0x0AAD8C) is unknown color: approx Persian Green. HEX triplet: 0A, AD and 8C. RGB value is (10,173,140). Sum of RGB (Red+Green+Blue) = 10+173+140=323 (42% of max value = 765). Red value is 10 (4.30% from 255 or 3.10% from 323); Green value is 173 (67.97% from 255 or 53.56% from 323); Blue value is 140 (55.08% from 255 or 43.34% from 323); Max value from RGB is 173 - color contains mainly: green. Hex color #0AAD8C is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAD8C is #F55273. Grayscale: #787878. Windows color (decimal): -16077428 or 9219338. OLE color: 9219338.

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

Color convert

RGB10173140-
CMYK0.9400.190.32
HSL167.85º89.07%35.88%-
HSV(B)167.85º94.22%67.84%-
XYZ19.831.8529.91-
YUV120.513949.18-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.10%
GREEN value IS 173 (67.97% from 255) = 53.56%
BLUE value IS 140 (55.08% from 255) = 43.34%
R=3.10%
G=53.56%
B=43.34%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal101731400.9400.190.32167.8589.0735.88
HexAAD8C5E01320a85924
Octal122552141360234025013144
Binary101010101101100011001011110010011100000101010001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0aad8c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,173,140); }

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

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

 a { background-color: rgb(10,173,140); }

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

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

 span { border-color: rgb(10,173,140); }

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