#1DD098

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

Shades of Shamrock #1DD098

Tints of Shamrock #1DD098

Color information

#1DD098 (or 0x1DD098) is unknown color: approx Shamrock. HEX triplet: 1D, D0 and 98. RGB value is (29,208,152). Sum of RGB (Red+Green+Blue) = 29+208+152=389 (51% of max value = 765). Red value is 29 (11.72% from 255 or 7.46% from 389); Green value is 208 (81.64% from 255 or 53.47% from 389); Blue value is 152 (59.77% from 255 or 39.07% from 389); Max value from RGB is 208 - color contains mainly: green. Hex color #1DD098 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DD098 is #E22F67. Grayscale: #949494. Windows color (decimal): -14823272 or 10014749. OLE color: 10014749.

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

Color convert

RGB29208152-
CMYK0.8600.270.18
HSL161.23º75.53%46.47%-
HSV(B)161.23º86.06%81.57%-
XYZ28.7347.6437.39-
YUV148.1130.243.05-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.46%
GREEN value IS 208 (81.64% from 255) = 53.47%
BLUE value IS 152 (59.77% from 255) = 39.07%
R=7.46%
G=53.47%
B=39.07%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal292081520.8600.270.18161.2375.5346.47
Hex1DD0985601B12a14c2e
Octal353202301260332224111456
Binary111011101000010011000101011001101110010101000011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DD098

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,208,152); }

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

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

 a { background-color: rgb(29,208,152); }

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

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

 span { border-color: rgb(29,208,152); }

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