Html Css Color HEX #03AA5E Shamrock Green

📋 copy color: '#03AA5E'

red 3 ◦ green 170 ◦ blue 94

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

Shades of Shamrock Green #03AA5E

Tints of Shamrock Green #03AA5E

RGB

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

 GREEN value IS 170 (66.8% from 255) = 63.67%

 BLUE value IS 94 (37.11% from 255) = 35.21%

R = 1.12%
G = 63.67%
B = 35.21%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#03AA5E (or 0x03AA5E) is known color: Shamrock Green. HEX triplet: 03, AA and 5E. RGB value is (3,170,94). Sum of RGB (Red+Green+Blue) = 3+170+94=267 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.12% from 267); Green value is 170 (66.80% from 255 or 63.67% from 267); Blue value is 94 (37.11% from 255 or 35.21% from 267); Max value from RGB is 170 - color contains mainly: green. Hex color #03AA5E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03AA5E is #FC55A1. Grayscale: #6F6F6F. Windows color (decimal): -16536994 or 6203907. OLE color: 6203907.

HSL color Cylindrical-coordinate representation of color #03AA5E: hue angle of 152.69º degrees, saturation: 0.97, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #03AA5E is Cyan = 0.98, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.33.

Color convert

RGB 3 170 94 -
CMYK 0.98 0 0.45 0.33
HSL 152.69º 0.97% 0.34% -
HSV(B) 152.69º 0.98% 0.67% -
XYZ 16.43 29.58 15.43 -
YUV 111.4 118.17 50.68 -
System Red Green Blue C M Y K H S L
Decimal 3 170 94 0.98 0 0.45 0.33 152.69 0.97 0.34
Hex 3 AA 5E 62 0 2D 21 99 61 22
Octal 3 252 136 142 0 55 41 231 141 42
Binary 11 10101010 1011110 1100010 0 101101 100001 10011001 1100001 100010

Color Harmonies of #03AA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AA5E

Black with #03AA5E

Text Example


Text Example

White with #03AA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,170,94); }

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

background-color css

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

 a { background-color: rgb(3,170,94); }

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

border-color css

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

 span { border-color: rgb(3,170,94); }

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