#04A186

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

Shades of Persian Green #04A186

Tints of Persian Green #04A186

Color information

#04A186 (or 0x04A186) is unknown color: approx Persian Green. HEX triplet: 04, A1 and 86. RGB value is (4,161,134). Sum of RGB (Red+Green+Blue) = 4+161+134=299 (39% of max value = 765). Red value is 4 (1.95% from 255 or 1.34% from 299); Green value is 161 (63.28% from 255 or 53.85% from 299); Blue value is 134 (52.73% from 255 or 44.82% from 299); Max value from RGB is 161 - color contains mainly: green. Hex color #04A186 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A186 is #FB5E79. Grayscale: #6E6E6E. Windows color (decimal): -16473722 or 8823044. OLE color: 8823044.

HSL color Cylindrical-coordinate representation of color #04A186: hue angle of 169.68º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A186 is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB4161134-
CMYK0.9800.170.37
HSL169.68º95.15%32.35%-
HSV(B)169.68º97.52%63.14%-
XYZ17.127.2426.91-
YUV110.98140.9951.7-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.34%
GREEN value IS 161 (63.28% from 255) = 53.85%
BLUE value IS 134 (52.73% from 255) = 44.82%
R=1.34%
G=53.85%
B=44.82%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal41611340.9800.170.37169.6895.1532.35
Hex4A1866201125aa5f20
Octal42412061420214525213740
Binary10010100001100001101100010010001100101101010101011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A186

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04A186; }

 p { color: rgb(4,161,134); }

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

<style>
 a { background-color: #04A186; }

 a { background-color: rgb(4,161,134); }

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

<style>
 span { border-color: #04A186; }

 span { border-color: rgb(4,161,134); }

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