Html Css Color HEX #03AD8A Persian Green

📋 copy color: '#03AD8A'

red 3 ◦ green 173 ◦ blue 138

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

Shades of Persian Green #03AD8A

Tints of Persian Green #03AD8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 43.95%

R = 0.96%
G = 55.1%
B = 43.95%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#03AD8A (or 0x03AD8A) is known color: Persian Green. HEX triplet: 03, AD and 8A. RGB value is (3,173,138). Sum of RGB (Red+Green+Blue) = 3+173+138=314 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 314); Green value is 173 (67.97% from 255 or 55.10% from 314); Blue value is 138 (54.30% from 255 or 43.95% from 314); Max value from RGB is 173 - color contains mainly: green. Hex color #03AD8A is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03AD8A is #FC5275. Grayscale: #767676. Windows color (decimal): -16536182 or 9088259. OLE color: 9088259.

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

Color convert

RGB 3 173 138 -
CMYK 0.98 0 0.20 0.32
HSL 167.65º 0.97% 0.35% -
HSV(B) 167.65º 0.98% 0.68% -
XYZ 19.57 31.74 29.14 -
YUV 118.18 139.18 45.85 -
System Red Green Blue C M Y K H S L
Decimal 3 173 138 0.98 0 0.20 0.32 167.65 0.97 0.35
Hex 3 AD 8A 62 0 14 20 A8 61 23
Octal 3 255 212 142 0 24 40 250 141 43
Binary 11 10101101 10001010 1100010 0 10100 100000 10101000 1100001 100011

Color Harmonies of #03AD8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AD8A

Black with #03AD8A

Text Example


Text Example

White with #03AD8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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