#41F0A0

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

Shades of Shamrock #41F0A0

Tints of Shamrock #41F0A0

Color information

#41F0A0 (or 0x41F0A0) is unknown color: approx Shamrock. HEX triplet: 41, F0 and A0. RGB value is (65,240,160). Sum of RGB (Red+Green+Blue) = 65+240+160=465 (61% of max value = 765). Red value is 65 (25.78% from 255 or 13.98% from 465); Green value is 240 (94.14% from 255 or 51.61% from 465); Blue value is 160 (62.89% from 255 or 34.41% from 465); Max value from RGB is 240 - color contains mainly: green. Hex color #41F0A0 is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #41F0A0 is #BE0F5F. Grayscale: #B2B2B2. Windows color (decimal): -12455776 or 10547265. OLE color: 10547265.

HSL color Cylindrical-coordinate representation of color #41F0A0: hue angle of 152.57º degrees, saturation: 0.85, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #41F0A0 is Cyan = 0.73, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB65240160-
CMYK0.7300.330.06
HSL152.57º85.37%59.8%-
HSV(B)152.57º72.92%94.12%-
XYZ39.6965.9843.9-
YUV178.56117.5247-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 13.98%
GREEN value IS 240 (94.14% from 255) = 51.61%
BLUE value IS 160 (62.89% from 255) = 34.41%
R=13.98%
G=51.61%
B=34.41%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal652401600.7300.330.06152.5785.3759.8
Hex41F0A049021699553c
Octal101360240111041623112574
Binary1000001111100001010000010010010100001110100110011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41F0A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41F0A0; }

 p { color: rgb(65,240,160); }

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

<style>
 a { background-color: #41F0A0; }

 a { background-color: rgb(65,240,160); }

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

<style>
 span { border-color: #41F0A0; }

 span { border-color: rgb(65,240,160); }

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