Html Css Color HEX #03AD86 Persian Green

📋 copy color: '#03AD86'

red 3 ◦ green 173 ◦ blue 134

#03AD86
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Green #03AD86

Tints of Persian Green #03AD86

RGB

 RED value IS 3 (1.56% from 255) = 0.97%

 GREEN value IS 173 (67.97% from 255) = 55.81%

 BLUE value IS 134 (52.73% from 255) = 43.23%

R = 0.97%
G = 55.81%
B = 43.23%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.23

 K value IS 0.32

RGB Variations

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

Color information

#03AD86 (or 0x03AD86) is known color: Persian Green. HEX triplet: 03, AD and 86. RGB value is (3,173,134). Sum of RGB (Red+Green+Blue) = 3+173+134=310 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 310); Green value is 173 (67.97% from 255 or 55.81% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 173 - color contains mainly: green. Hex color #03AD86 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03AD86 is #FC5279. Grayscale: #757575. Windows color (decimal): -16536186 or 8826115. OLE color: 8826115.

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

Color convert

RGB 3 173 134 -
CMYK 0.98 0 0.23 0.32
HSL 166.24º 0.97% 0.35% -
HSV(B) 166.24º 0.98% 0.68% -
XYZ 19.28 31.63 27.64 -
YUV 117.72 137.18 46.17 -
System Red Green Blue C M Y K H S L
Decimal 3 173 134 0.98 0 0.23 0.32 166.24 0.97 0.35
Hex 3 AD 86 62 0 17 20 A6 61 23
Octal 3 255 206 142 0 27 40 246 141 43
Binary 11 10101101 10000110 1100010 0 10111 100000 10100110 1100001 100011

Color Harmonies of #03AD86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AD86

Black with #03AD86

Text Example


Text Example

White with #03AD86

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #03AD86;
 }
 .AnyTagClassName
 {
   color: #03AD86;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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