#06AC8D

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

Shades of Persian Green #06AC8D

Tints of Persian Green #06AC8D

Color information

#06AC8D (or 0x06AC8D) is unknown color: approx Persian Green. HEX triplet: 06, AC and 8D. RGB value is (6,172,141). Sum of RGB (Red+Green+Blue) = 6+172+141=319 (42% of max value = 765). Red value is 6 (2.73% from 255 or 1.88% from 319); Green value is 172 (67.58% from 255 or 53.92% from 319); Blue value is 141 (55.47% from 255 or 44.20% from 319); Max value from RGB is 172 - color contains mainly: green. Hex color #06AC8D is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06AC8D is #F95372. Grayscale: #767676. Windows color (decimal): -16339827 or 9284614. OLE color: 9284614.

HSL color Cylindrical-coordinate representation of color #06AC8D: hue angle of 168.8º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06AC8D is Cyan = 0.97, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB6172141-
CMYK0.9700.180.33
HSL168.8º93.26%34.9%-
HSV(B)168.8º96.51%67.45%-
XYZ19.6431.4730.24-
YUV118.83140.547.52-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.88%
GREEN value IS 172 (67.58% from 255) = 53.92%
BLUE value IS 141 (55.47% from 255) = 44.20%
R=1.88%
G=53.92%
B=44.20%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61721410.9700.180.33168.893.2634.9
Hex6AC8D6101221a95d23
Octal62542151410224125113543
Binary11010101100100011011100001010010100001101010011011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06AC8D; }

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

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

<style>
 a { background-color: #06AC8D; }

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

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

<style>
 span { border-color: #06AC8D; }

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

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