#1CDF96

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

Shades of Shamrock #1CDF96

Tints of Shamrock #1CDF96

Color information

#1CDF96 (or 0x1CDF96) is unknown color: approx Shamrock. HEX triplet: 1C, DF and 96. RGB value is (28,223,150). Sum of RGB (Red+Green+Blue) = 28+223+150=401 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.98% from 401); Green value is 223 (87.5% from 255 or 55.61% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 223 - color contains mainly: green. Hex color #1CDF96 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CDF96 is #E32069. Grayscale: #9C9C9C. Windows color (decimal): -14884970 or 9887516. OLE color: 9887516.

HSL color Cylindrical-coordinate representation of color #1CDF96: hue angle of 157.54º 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 #1CDF96 is Cyan = 0.87, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.13.

Color convert

RGB28223150-
CMYK0.8700.330.13
HSL157.54º77.69%49.22%-
HSV(B)157.54º87.44%87.45%-
XYZ32.3755.2237.81-
YUV156.37124.436.44-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.98%
GREEN value IS 223 (87.5% from 255) = 55.61%
BLUE value IS 150 (58.98% from 255) = 37.41%
R=6.98%
G=55.61%
B=37.41%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal282231500.8700.330.13157.5477.6949.22
Hex1CDF9657021D9e4e31
Octal343372261270411523611661
Binary111001101111110010110101011101000011101100111101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CDF96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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