#04AE96

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

Shades of Persian Green #04AE96

Tints of Persian Green #04AE96

Color information

#04AE96 (or 0x04AE96) is unknown color: approx Persian Green. HEX triplet: 04, AE and 96. RGB value is (4,174,150). Sum of RGB (Red+Green+Blue) = 4+174+150=328 (43% of max value = 765). Red value is 4 (1.95% from 255 or 1.22% from 328); Green value is 174 (68.36% from 255 or 53.05% from 328); Blue value is 150 (58.98% from 255 or 45.73% from 328); Max value from RGB is 174 - color contains mainly: green. Hex color #04AE96 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04AE96 is #FB5169. Grayscale: #787878. Windows color (decimal): -16470378 or 9874948. OLE color: 9874948.

HSL color Cylindrical-coordinate representation of color #04AE96: hue angle of 171.53º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AE96 is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.

Color convert

RGB4174150-
CMYK0.9800.140.32
HSL171.53º95.51%34.9%-
HSV(B)171.53º97.7%68.24%-
XYZ20.6932.534.04-
YUV120.43144.6844.95-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.22%
GREEN value IS 174 (68.36% from 255) = 53.05%
BLUE value IS 150 (58.98% from 255) = 45.73%
R=1.22%
G=53.05%
B=45.73%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal41741500.9800.140.32171.5395.5134.9
Hex4AE96620E20ac6023
Octal42562261420164025414043
Binary1001010111010010110110001001110100000101011001100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04AE96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,174,150); }

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

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

 a { background-color: rgb(4,174,150); }

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

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

 span { border-color: rgb(4,174,150); }

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