#1CDFA5

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

Shades of Shamrock #1CDFA5

Tints of Shamrock #1CDFA5

Color information

#1CDFA5 (or 0x1CDFA5) is unknown color: approx Shamrock. HEX triplet: 1C, DF and A5. RGB value is (28,223,165). Sum of RGB (Red+Green+Blue) = 28+223+165=416 (55% of max value = 765). Red value is 28 (11.33% from 255 or 6.73% from 416); Green value is 223 (87.5% from 255 or 53.61% from 416); Blue value is 165 (64.84% from 255 or 39.66% from 416); Max value from RGB is 223 - color contains mainly: green. Hex color #1CDFA5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CDFA5 is #E3205A. Grayscale: #9E9E9E. Windows color (decimal): -14884955 or 10870556. OLE color: 10870556.

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

Color convert

RGB28223165-
CMYK0.8700.260.13
HSL162.15º77.69%49.22%-
HSV(B)162.15º87.44%87.45%-
XYZ33.6655.7444.58-
YUV158.08131.935.22-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.73%
GREEN value IS 223 (87.5% from 255) = 53.61%
BLUE value IS 165 (64.84% from 255) = 39.66%
R=6.73%
G=53.61%
B=39.66%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal282231650.8700.260.13162.1577.6949.22
Hex1CDFA55701ADa24e31
Octal343372451270321524211661
Binary11100110111111010010110101110110101101101000101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CDFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(28,223,165); }

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

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

 a { background-color: rgb(28,223,165); }

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

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

 span { border-color: rgb(28,223,165); }

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