#04A18E

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

Shades of Persian Green #04A18E

Tints of Persian Green #04A18E

Color information

#04A18E (or 0x04A18E) is unknown color: approx Persian Green. HEX triplet: 04, A1 and 8E. RGB value is (4,161,142). Sum of RGB (Red+Green+Blue) = 4+161+142=307 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.30% from 307); Green value is 161 (63.28% from 255 or 52.44% from 307); Blue value is 142 (55.86% from 255 or 46.25% from 307); Max value from RGB is 161 - color contains mainly: green. Hex color #04A18E is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A18E is #FB5E71. Grayscale: #6F6F6F. Windows color (decimal): -16473714 or 9347332. OLE color: 9347332.

HSL color Cylindrical-coordinate representation of color #04A18E: hue angle of 172.74º 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 #04A18E is Cyan = 0.98, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.

Color convert

RGB4161142-
CMYK0.9800.120.37
HSL172.74º95.15%32.35%-
HSV(B)172.74º97.52%63.14%-
XYZ17.6827.4729.96-
YUV111.89144.9951.04-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.30%
GREEN value IS 161 (63.28% from 255) = 52.44%
BLUE value IS 142 (55.86% from 255) = 46.25%
R=1.30%
G=52.44%
B=46.25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal41611420.9800.120.37172.7495.1532.35
Hex4A18E620C25ad5f20
Octal42412161420144525513740
Binary1001010000110001110110001001100100101101011011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04A18E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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