Html Css Color HEX #03A184 Persian Green

📋 copy color: '#03A184'

red 3 ◦ green 161 ◦ blue 132

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

Shades of Persian Green #03A184

Tints of Persian Green #03A184

RGB

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

 GREEN value IS 161 (63.28% from 255) = 54.39%

 BLUE value IS 132 (51.95% from 255) = 44.59%

R = 1.01%
G = 54.39%
B = 44.59%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#03A184 (or 0x03A184) is known color: Persian Green. HEX triplet: 03, A1 and 84. RGB value is (3,161,132). Sum of RGB (Red+Green+Blue) = 3+161+132=296 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 296); Green value is 161 (63.28% from 255 or 54.39% from 296); Blue value is 132 (51.95% from 255 or 44.59% from 296); Max value from RGB is 161 - color contains mainly: green. Hex color #03A184 is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #03A184 is #FC5E7B. Grayscale: #6E6E6E. Windows color (decimal): -16539260 or 8691971. OLE color: 8691971.

HSL color Cylindrical-coordinate representation of color #03A184: hue angle of 168.99º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03A184 is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB 3 161 132 -
CMYK 0.98 0 0.18 0.37
HSL 168.99º 0.96% 0.32% -
HSV(B) 168.99º 0.98% 0.63% -
XYZ 16.95 27.18 26.18 -
YUV 110.45 140.15 51.36 -
System Red Green Blue C M Y K H S L
Decimal 3 161 132 0.98 0 0.18 0.37 168.99 0.96 0.32
Hex 3 A1 84 62 0 12 25 A9 60 20
Octal 3 241 204 142 0 22 45 251 140 40
Binary 11 10100001 10000100 1100010 0 10010 100101 10101001 1100000 100000

Color Harmonies of #03A184

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03A184

Black with #03A184

Text Example


Text Example

White with #03A184

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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