#1DD69B

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

Shades of Shamrock #1DD69B

Tints of Shamrock #1DD69B

Color information

#1DD69B (or 0x1DD69B) is unknown color: approx Shamrock. HEX triplet: 1D, D6 and 9B. RGB value is (29,214,155). Sum of RGB (Red+Green+Blue) = 29+214+155=398 (52% of max value = 765). Red value is 29 (11.72% from 255 or 7.29% from 398); Green value is 214 (83.98% from 255 or 53.77% from 398); Blue value is 155 (60.94% from 255 or 38.94% from 398); Max value from RGB is 214 - color contains mainly: green. Hex color #1DD69B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #1DD69B is #E22964. Grayscale: #989898. Windows color (decimal): -14821733 or 10212893. OLE color: 10212893.

HSL color Cylindrical-coordinate representation of color #1DD69B: hue angle of 160.86º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1DD69B is Cyan = 0.86, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB29214155-
CMYK0.8600.280.16
HSL160.86º76.13%47.65%-
HSV(B)160.86º86.45%83.92%-
XYZ30.4750.7239.19-
YUV151.96129.7140.3-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 7.29%
GREEN value IS 214 (83.98% from 255) = 53.77%
BLUE value IS 155 (60.94% from 255) = 38.94%
R=7.29%
G=53.77%
B=38.94%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal292141550.8600.280.16160.8676.1347.65
Hex1DD69B5601C10a14c30
Octal353262331260342024111460
Binary111011101011010011011101011001110010000101000011001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DD69B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,214,155); }

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

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

 a { background-color: rgb(29,214,155); }

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

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

 span { border-color: rgb(29,214,155); }

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