#05A25C

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

Shades of Shamrock Green #05A25C

Tints of Shamrock Green #05A25C

Color information

#05A25C (or 0x05A25C) is unknown color: approx Shamrock Green. HEX triplet: 05, A2 and 5C. RGB value is (5,162,92). Sum of RGB (Red+Green+Blue) = 5+162+92=259 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.93% from 259); Green value is 162 (63.67% from 255 or 62.55% from 259); Blue value is 92 (36.33% from 255 or 35.52% from 259); Max value from RGB is 162 - color contains mainly: green. Hex color #05A25C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05A25C is #FA5DA3. Grayscale: #6B6B6B. Windows color (decimal): -16407972 or 6070789. OLE color: 6070789.

HSL color Cylindrical-coordinate representation of color #05A25C: hue angle of 153.25º 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 #05A25C is Cyan = 0.97, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.36.

Color convert

RGB516292-
CMYK0.9700.430.36
HSL153.25º94.01%32.75%-
HSV(B)153.25º96.91%63.53%-
XYZ14.9126.6514.48-
YUV107.08119.4955.19-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.93%
GREEN value IS 162 (63.67% from 255) = 62.55%
BLUE value IS 92 (36.33% from 255) = 35.52%
R=1.93%
G=62.55%
B=35.52%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal5162920.9700.430.36153.2594.0132.75
Hex5A25C6102B24995e21
Octal52421341410534423113641
Binary10110100010101110011000010101011100100100110011011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05A25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,162,92); }

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

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

 a { background-color: rgb(5,162,92); }

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

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

 span { border-color: rgb(5,162,92); }

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