#1ad195

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

Shades of Shamrock #1AD195

Tints of Shamrock #1AD195

Color information

#1AD195 (or 0x1AD195) is unknown color: approx Shamrock. HEX triplet: 1A, D1 and 95. RGB value is (26,209,149). Sum of RGB (Red+Green+Blue) = 26+209+149=384 (50% of max value = 765). Red value is 26 (10.55% from 255 or 6.77% from 384); Green value is 209 (82.03% from 255 or 54.43% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 209 - color contains mainly: green. Hex color #1AD195 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1AD195 is #E52E6A. Grayscale: #939393. Windows color (decimal): -15019627 or 9818394. OLE color: 9818394.

HSL color Cylindrical-coordinate representation of color #1AD195: hue angle of 160.33º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1AD195 is Cyan = 0.88, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB26209149-
CMYK0.8800.290.18
HSL160.33º77.87%46.08%-
HSV(B)160.33º87.56%81.96%-
XYZ28.6547.9936.19-
YUV147.44128.8741.38-

RGB Variations

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

RGB

RED value IS 26 (10.55% from 255) = 6.77%
GREEN value IS 209 (82.03% from 255) = 54.43%
BLUE value IS 149 (58.59% from 255) = 38.80%
R=6.77%
G=54.43%
B=38.80%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal262091490.8800.290.18160.3377.8746.08
Hex1AD1955801D12a04e2e
Octal323212251300352224011656
Binary110101101000110010101101100001110110010101000001001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1ad195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(26,209,149); }

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

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

 a { background-color: rgb(26,209,149); }

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

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

 span { border-color: rgb(26,209,149); }

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