#04AB86

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

Shades of Persian Green #04AB86

Tints of Persian Green #04AB86

Color information

#04AB86 (or 0x04AB86) is unknown color: approx Persian Green. HEX triplet: 04, AB and 86. RGB value is (4,171,134). Sum of RGB (Red+Green+Blue) = 4+171+134=309 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.29% from 309); Green value is 171 (67.19% from 255 or 55.34% from 309); Blue value is 134 (52.73% from 255 or 43.37% from 309); Max value from RGB is 171 - color contains mainly: green. Hex color #04AB86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04AB86 is #FB5479. Grayscale: #747474. Windows color (decimal): -16471162 or 8825604. OLE color: 8825604.

HSL color Cylindrical-coordinate representation of color #04AB86: hue angle of 166.71º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04AB86 is Cyan = 0.98, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB4171134-
CMYK0.9800.220.33
HSL166.71º95.43%34.31%-
HSV(B)166.71º97.66%67.06%-
XYZ18.9230.8727.52-
YUV116.85137.6747.51-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.29%
GREEN value IS 171 (67.19% from 255) = 55.34%
BLUE value IS 134 (52.73% from 255) = 43.37%
R=1.29%
G=55.34%
B=43.37%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal41711340.9800.220.33166.7195.4334.31
Hex4AB866201621a75f22
Octal42532061420264124713742
Binary10010101011100001101100010010110100001101001111011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04AB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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