#0AAC93

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

Shades of Persian Green #0AAC93

Tints of Persian Green #0AAC93

Color information

#0AAC93 (or 0x0AAC93) is unknown color: approx Persian Green. HEX triplet: 0A, AC and 93. RGB value is (10,172,147). Sum of RGB (Red+Green+Blue) = 10+172+147=329 (43% of max value = 765). Red value is 10 (4.30% from 255 or 3.04% from 329); Green value is 172 (67.58% from 255 or 52.28% from 329); Blue value is 147 (57.81% from 255 or 44.68% from 329); Max value from RGB is 172 - color contains mainly: green. Hex color #0AAC93 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0AAC93 is #F5536C. Grayscale: #787878. Windows color (decimal): -16077677 or 9677834. OLE color: 9677834.

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

Color convert

RGB10172147-
CMYK0.9400.150.33
HSL170.74º89.01%35.69%-
HSV(B)170.74º94.19%67.45%-
XYZ20.1431.6832.66-
YUV120.71142.8349.03-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.04%
GREEN value IS 172 (67.58% from 255) = 52.28%
BLUE value IS 147 (57.81% from 255) = 44.68%
R=3.04%
G=52.28%
B=44.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal101721470.9400.150.33170.7489.0135.69
HexAAC935E0F21ab5924
Octal122542231360174125313144
Binary10101010110010010011101111001111100001101010111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0AAC93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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