Html Css Color HEX #03AD85 Persian Green

📋 copy color: '#03AD85'

red 3 ◦ green 173 ◦ blue 133

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

Shades of Persian Green #03AD85

Tints of Persian Green #03AD85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 43.04%

R = 0.97%
G = 55.99%
B = 43.04%

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

#03AD85 (or 0x03AD85) is known color: Persian Green. HEX triplet: 03, AD and 85. RGB value is (3,173,133). Sum of RGB (Red+Green+Blue) = 3+173+133=309 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 309); Green value is 173 (67.97% from 255 or 55.99% from 309); Blue value is 133 (52.34% from 255 or 43.04% from 309); Max value from RGB is 173 - color contains mainly: green. Hex color #03AD85 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03AD85 is #FC527A. Grayscale: #757575. Windows color (decimal): -16536187 or 8760579. OLE color: 8760579.

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

Color convert

RGB 3 173 133 -
CMYK 0.98 0 0.23 0.32
HSL 165.88º 0.97% 0.35% -
HSV(B) 165.88º 0.98% 0.68% -
XYZ 19.21 31.6 27.28 -
YUV 117.61 136.68 46.25 -
System Red Green Blue C M Y K H S L
Decimal 3 173 133 0.98 0 0.23 0.32 165.88 0.97 0.35
Hex 3 AD 85 62 0 17 20 A6 61 23
Octal 3 255 205 142 0 27 40 246 141 43
Binary 11 10101101 10000101 1100010 0 10111 100000 10100110 1100001 100011

Color Harmonies of #03AD85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AD85

Black with #03AD85

Text Example


Text Example

White with #03AD85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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