Html Css Color HEX #00AA5D Shamrock Green

📋 copy color: '#00AA5D'

red 0 ◦ green 170 ◦ blue 93

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

Shades of Shamrock Green #00AA5D

Tints of Shamrock Green #00AA5D

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 64.64%
B = 35.36%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.45

 K value IS 0.33

RGB Variations

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

Color information

#00AA5D (or 0x00AA5D) is known color: Shamrock Green. HEX triplet: 00, AA and 5D. RGB value is (0,170,93). Sum of RGB (Red+Green+Blue) = 0+170+93=263 (34% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 263); Green value is 170 (66.80% from 255 or 64.64% from 263); Blue value is 93 (36.72% from 255 or 35.36% from 263); Max value from RGB is 170 - color contains mainly: green. Hex color #00AA5D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00AA5D is #FF55A2. Grayscale: #6E6E6E. Windows color (decimal): -16733603 or 6138368. OLE color: 6138368.

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

Color convert

RGB 0 170 93 -
CMYK 1 0 0.45 0.33
HSL 152.82º 1% 0.33% -
HSV(B) 152.82º 1% 0.67% -
XYZ 16.35 29.54 15.2 -
YUV 110.39 118.18 49.26 -
System Red Green Blue C M Y K H S L
Decimal 0 170 93 1 0 0.45 0.33 152.82 1 0.33
Hex 0 AA 5D 64 0 2D 21 99 64 21
Octal 0 252 135 144 0 55 41 231 144 41
Binary 0 10101010 1011101 1100100 0 101101 100001 10011001 1100100 100001

Color Harmonies of #00AA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00AA5D

Black with #00AA5D

Text Example


Text Example

White with #00AA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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