Html Css Color HEX #03AA5D Shamrock Green

📋 copy color: '#03AA5D'

red 3 ◦ green 170 ◦ blue 93

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

Shades of Shamrock Green #03AA5D

Tints of Shamrock Green #03AA5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.96%

R = 1.13%
G = 63.91%
B = 34.96%

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

#03AA5D (or 0x03AA5D) is known color: Shamrock Green. HEX triplet: 03, AA and 5D. RGB value is (3,170,93). Sum of RGB (Red+Green+Blue) = 3+170+93=266 (35% of max value = 765). Red value is 3 (1.56% from 255 or 1.13% from 266); Green value is 170 (66.80% from 255 or 63.91% from 266); Blue value is 93 (36.72% from 255 or 34.96% from 266); Max value from RGB is 170 - color contains mainly: green. Hex color #03AA5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #03AA5D is #FC55A2. Grayscale: #6F6F6F. Windows color (decimal): -16536995 or 6138371. OLE color: 6138371.

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

Color convert

RGB 3 170 93 -
CMYK 0.98 0 0.45 0.33
HSL 152.34º 0.97% 0.34% -
HSV(B) 152.34º 0.98% 0.67% -
XYZ 16.39 29.56 15.2 -
YUV 111.29 117.67 50.76 -
System Red Green Blue C M Y K H S L
Decimal 3 170 93 0.98 0 0.45 0.33 152.34 0.97 0.34
Hex 3 AA 5D 62 0 2D 21 98 61 22
Octal 3 252 135 142 0 55 41 230 141 42
Binary 11 10101010 1011101 1100010 0 101101 100001 10011000 1100001 100010

Color Harmonies of #03AA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03AA5D

Black with #03AA5D

Text Example


Text Example

White with #03AA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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