#1CDF98

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

Shades of Shamrock #1CDF98

Tints of Shamrock #1CDF98

Color information

#1CDF98 (or 0x1CDF98) is unknown color: approx Shamrock. HEX triplet: 1C, DF and 98. RGB value is (28,223,152). Sum of RGB (Red+Green+Blue) = 28+223+152=403 (53% of max value = 765). Red value is 28 (11.33% from 255 or 6.95% from 403); Green value is 223 (87.5% from 255 or 55.33% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 223 - color contains mainly: green. Hex color #1CDF98 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1CDF98 is #E32067. Grayscale: #9C9C9C. Windows color (decimal): -14884968 or 10018588. OLE color: 10018588.

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

Color convert

RGB28223152-
CMYK0.8700.320.13
HSL158.15º77.69%49.22%-
HSV(B)158.15º87.44%87.45%-
XYZ32.5355.2938.66-
YUV156.6125.436.27-

RGB Variations

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

RGB

RED value IS 28 (11.33% from 255) = 6.95%
GREEN value IS 223 (87.5% from 255) = 55.33%
BLUE value IS 152 (59.77% from 255) = 37.72%
R=6.95%
G=55.33%
B=37.72%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal282231520.8700.320.13158.1577.6949.22
Hex1CDF9857020D9e4e31
Octal343372301270401523611661
Binary111001101111110011000101011101000001101100111101001110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1CDF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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