Html Css Color HEX #05A460 Shamrock Green

📋 copy color: '#05A460'

red 5 ◦ green 164 ◦ blue 96

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

Shades of Shamrock Green #05A460

Tints of Shamrock Green #05A460

RGB

 RED value IS 5 (2.34% from 255) = 1.89%

 GREEN value IS 164 (64.45% from 255) = 61.89%

 BLUE value IS 96 (37.89% from 255) = 36.23%

R = 1.89%
G = 61.89%
B = 36.23%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.41

 K value IS 0.36

RGB Variations

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

Color information

#05A460 (or 0x05A460) is known color: Shamrock Green. HEX triplet: 05, A4 and 60. RGB value is (5,164,96). Sum of RGB (Red+Green+Blue) = 5+164+96=265 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 265); Green value is 164 (64.45% from 255 or 61.89% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 164 - color contains mainly: green. Hex color #05A460 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05A460 is #FA5B9F. Grayscale: #6C6C6C. Windows color (decimal): -16407456 or 6333445. OLE color: 6333445.

HSL color Cylindrical-coordinate representation of color #05A460: hue angle of 154.34º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05A460 is Cyan = 0.97, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.36.

Color convert

RGB 5 164 96 -
CMYK 0.97 0 0.41 0.36
HSL 154.34º 0.94% 0.33% -
HSV(B) 154.34º 0.97% 0.64% -
XYZ 15.45 27.43 15.55 -
YUV 108.71 120.82 54.03 -
System Red Green Blue C M Y K H S L
Decimal 5 164 96 0.97 0 0.41 0.36 154.34 0.94 0.33
Hex 5 A4 60 61 0 29 24 9A 5E 21
Octal 5 244 140 141 0 51 44 232 136 41
Binary 101 10100100 1100000 1100001 0 101001 100100 10011010 1011110 100001

Color Harmonies of #05A460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05A460

Black with #05A460

Text Example


Text Example

White with #05A460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05A460; }

 p { color: rgb(5,164,96); }

 H1.HeaderClassName
 {
   color: #05A460;
 }
 .AnyTagClassName
 {
   color: #05A460;
 }
</style>

background-color css

<style>
 a { background-color: #05A460; }

 a { background-color: rgb(5,164,96); }

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

border-color css

<style>
 span { border-color: #05A460; }

 span { border-color: rgb(5,164,96); }

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