#41D0A6

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

Shades of Shamrock #41D0A6

Tints of Shamrock #41D0A6

Color information

#41D0A6 (or 0x41D0A6) is unknown color: approx Shamrock. HEX triplet: 41, D0 and A6. RGB value is (65,208,166). Sum of RGB (Red+Green+Blue) = 65+208+166=439 (58% of max value = 765). Red value is 65 (25.78% from 255 or 14.81% from 439); Green value is 208 (81.64% from 255 or 47.38% from 439); Blue value is 166 (65.23% from 255 or 37.81% from 439); Max value from RGB is 208 - color contains mainly: green. Hex color #41D0A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #41D0A6 is #BE2F59. Grayscale: #A0A0A0. Windows color (decimal): -12463962 or 10932289. OLE color: 10932289.

HSL color Cylindrical-coordinate representation of color #41D0A6: hue angle of 162.38º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #41D0A6 is Cyan = 0.69, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.

Color convert

RGB65208166-
CMYK0.6900.200.18
HSL162.38º60.34%53.53%-
HSV(B)162.38º68.75%81.57%-
XYZ31.6248.9943.87-
YUV160.45131.1259.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 14.81%
GREEN value IS 208 (81.64% from 255) = 47.38%
BLUE value IS 166 (65.23% from 255) = 37.81%
R=14.81%
G=47.38%
B=37.81%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal652081660.6900.200.18162.3860.3453.53
Hex41D0A64501412a23c36
Octal101320246105024222427466
Binary1000001110100001010011010001010101001001010100010111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41D0A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,208,166); }

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

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

 a { background-color: rgb(65,208,166); }

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

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

 span { border-color: rgb(65,208,166); }

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