#1ADFA6

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

Shades of Shamrock #1ADFA6

Tints of Shamrock #1ADFA6

Color information

#1ADFA6 (or 0x1ADFA6) is unknown color: approx Shamrock. HEX triplet: 1A, DF and A6. RGB value is (26,223,166). Sum of RGB (Red+Green+Blue) = 26+223+166=415 (54% of max value = 765). Red value is 26 (10.55% from 255 or 6.27% from 415); Green value is 223 (87.5% from 255 or 53.73% from 415); Blue value is 166 (65.23% from 255 or 40% from 415); Max value from RGB is 223 - color contains mainly: green. Hex color #1ADFA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1ADFA6 is #E52059. Grayscale: #9D9D9D. Windows color (decimal): -15016026 or 10936090. OLE color: 10936090.

HSL color Cylindrical-coordinate representation of color #1ADFA6: hue angle of 162.64º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1ADFA6 is Cyan = 0.88, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB26223166-
CMYK0.8800.260.13
HSL162.64º79.12%48.82%-
HSV(B)162.64º88.34%87.45%-
XYZ33.755.7545.06-
YUV157.6132.7334.13-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.27%
GREEN value IS 223 (87.5% from 255) = 53.73%
BLUE value IS 166 (65.23% from 255) = 40%
R=6.27%
G=53.73%
B=40%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal262231660.8800.260.13162.6479.1248.82
Hex1ADFA65801ADa34f31
Octal323372461300321524311761
Binary11010110111111010011010110000110101101101000111001111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ADFA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1ADFA6; }

 p { color: rgb(26,223,166); }

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

<style>
 a { background-color: #1ADFA6; }

 a { background-color: rgb(26,223,166); }

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

<style>
 span { border-color: #1ADFA6; }

 span { border-color: rgb(26,223,166); }

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