#03AD84

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

Shades of Persian Green #03AD84

Tints of Persian Green #03AD84

Color information

#03AD84 (or 0x03AD84) is unknown color: approx Persian Green. HEX triplet: 03, AD and 84. RGB value is (3,173,132). Sum of RGB (Red+Green+Blue) = 3+173+132=308 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 308); Green value is 173 (67.97% from 255 or 56.17% from 308); Blue value is 132 (51.95% from 255 or 42.86% from 308); Max value from RGB is 173 - color contains mainly: green. Hex color #03AD84 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03AD84 is #FC527B. Grayscale: #757575. Windows color (decimal): -16536188 or 8695043. OLE color: 8695043.

HSL color Cylindrical-coordinate representation of color #03AD84: hue angle of 165.53º degrees, saturation: 0.97, 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 #03AD84 is Cyan = 0.98, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.32.

Color convert

RGB3173132-
CMYK0.9800.240.32
HSL165.53º96.59%34.51%-
HSV(B)165.53º98.27%67.84%-
XYZ19.1531.5726.91-
YUV117.5136.1846.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 0.97%
GREEN value IS 173 (67.97% from 255) = 56.17%
BLUE value IS 132 (51.95% from 255) = 42.86%
R=0.97%
G=56.17%
B=42.86%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31731320.9800.240.32165.5396.5934.51
Hex3AD846201820a66123
Octal32552041420304024614143
Binary1110101101100001001100010011000100000101001101100001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #03AD84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #03AD84; }

 p { color: rgb(3,173,132); }

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

<style>
 a { background-color: #03AD84; }

 a { background-color: rgb(3,173,132); }

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

<style>
 span { border-color: #03AD84; }

 span { border-color: rgb(3,173,132); }

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