#06AC85

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

Shades of Persian Green #06AC85

Tints of Persian Green #06AC85

Color information

#06AC85 (or 0x06AC85) is unknown color: approx Persian Green. HEX triplet: 06, AC and 85. RGB value is (6,172,133). Sum of RGB (Red+Green+Blue) = 6+172+133=311 (41% of max value = 765). Red value is 6 (2.73% from 255 or 1.93% from 311); Green value is 172 (67.58% from 255 or 55.31% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 172 - color contains mainly: green. Hex color #06AC85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #06AC85 is #F9537A. Grayscale: #757575. Windows color (decimal): -16339835 or 8760326. OLE color: 8760326.

HSL color Cylindrical-coordinate representation of color #06AC85: hue angle of 165.9º 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 #06AC85 is Cyan = 0.97, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB6172133-
CMYK0.9700.230.33
HSL165.9º93.26%34.9%-
HSV(B)165.9º96.51%67.45%-
XYZ19.0631.2427.22-
YUV117.92136.548.17-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 1.93%
GREEN value IS 172 (67.58% from 255) = 55.31%
BLUE value IS 133 (52.34% from 255) = 42.77%
R=1.93%
G=55.31%
B=42.77%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal61721330.9700.230.33165.993.2634.9
Hex6AC856101721a65d23
Octal62542051410274124613543
Binary11010101100100001011100001010111100001101001101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06AC85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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