#05A55B

Color #05A55B Shamrock Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shamrock Green #05A55B

Tints of Shamrock Green #05A55B

Color information

#05A55B (or 0x05A55B) is unknown color: approx Shamrock Green. HEX triplet: 05, A5 and 5B. RGB value is (5,165,91). Sum of RGB (Red+Green+Blue) = 5+165+91=261 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.92% from 261); Green value is 165 (64.84% from 255 or 63.22% from 261); Blue value is 91 (35.94% from 255 or 34.87% from 261); Max value from RGB is 165 - color contains mainly: green. Hex color #05A55B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05A55B is #FA5AA4. Grayscale: #6C6C6C. Windows color (decimal): -16407205 or 6006021. OLE color: 6006021.

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

Color convert

RGB516591-
CMYK0.9700.450.35
HSL152.25º94.12%33.33%-
HSV(B)152.25º96.97%64.71%-
XYZ15.4127.714.43-
YUV108.72117.9954.02-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.92%
GREEN value IS 165 (64.84% from 255) = 63.22%
BLUE value IS 91 (35.94% from 255) = 34.87%
R=1.92%
G=63.22%
B=34.87%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal5165910.9700.450.35152.2594.1233.33
Hex5A55B6102D23985e21
Octal52451331410554323013641
Binary10110100101101101111000010101101100011100110001011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A55B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,165,91); }

 H1.HeaderClassName
 {
   color: #05A55B;
 }
 .AnyTagClassName
 {
   color: #05A55B;
 }
</style>
background-color css

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

 a { background-color: rgb(5,165,91); }

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

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

 span { border-color: rgb(5,165,91); }

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