#05945A

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

Shades of Shamrock Green #05945A

Tints of Shamrock Green #05945A

Color information

#05945A (or 0x05945A) is unknown color: approx Shamrock Green. HEX triplet: 05, 94 and 5A. RGB value is (5,148,90). Sum of RGB (Red+Green+Blue) = 5+148+90=243 (32% of max value = 765). Red value is 5 (2.34% from 255 or 2.06% from 243); Green value is 148 (58.20% from 255 or 60.91% from 243); Blue value is 90 (35.55% from 255 or 37.04% from 243); Max value from RGB is 148 - color contains mainly: green. Hex color #05945A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #05945A is #FA6BA5. Grayscale: #626262. Windows color (decimal): -16411558 or 5936133. OLE color: 5936133.

HSL color Cylindrical-coordinate representation of color #05945A: hue angle of 155.66º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05945A is Cyan = 0.97, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB514890-
CMYK0.9700.390.42
HSL155.66º93.46%30%-
HSV(B)155.66º96.62%58.04%-
XYZ12.521.9513.25-
YUV98.63123.1261.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.06%
GREEN value IS 148 (58.20% from 255) = 60.91%
BLUE value IS 90 (35.55% from 255) = 37.04%
R=2.06%
G=60.91%
B=37.04%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal5148900.9700.390.42155.6693.4630
Hex5945A610272A9c5d1e
Octal52241321410475223413536
Binary1011001010010110101100001010011110101010011100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05945A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05945A; }

 p { color: rgb(5,148,90); }

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

<style>
 a { background-color: #05945A; }

 a { background-color: rgb(5,148,90); }

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

<style>
 span { border-color: #05945A; }

 span { border-color: rgb(5,148,90); }

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