#1DE7AF

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

Shades of Shamrock #1DE7AF

Tints of Shamrock #1DE7AF

Color information

#1DE7AF (or 0x1DE7AF) is unknown color: approx Shamrock. HEX triplet: 1D, E7 and AF. RGB value is (29,231,175). Sum of RGB (Red+Green+Blue) = 29+231+175=435 (57% of max value = 765). Red value is 29 (11.72% from 255 or 6.67% from 435); Green value is 231 (90.62% from 255 or 53.10% from 435); Blue value is 175 (68.75% from 255 or 40.23% from 435); Max value from RGB is 231 - color contains mainly: green. Hex color #1DE7AF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #1DE7AF is #E21850. Grayscale: #A4A4A4. Windows color (decimal): -14817361 or 11527965. OLE color: 11527965.

HSL color Cylindrical-coordinate representation of color #1DE7AF: hue angle of 163.37º degrees, saturation: 0.81, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1DE7AF is Cyan = 0.87, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.

Color convert

RGB29231175-
CMYK0.8700.240.09
HSL163.37º80.8%50.98%-
HSV(B)163.37º87.45%90.59%-
XYZ36.8260.5150.3-
YUV164.22134.0831.55-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 6.67%
GREEN value IS 231 (90.62% from 255) = 53.10%
BLUE value IS 175 (68.75% from 255) = 40.23%
R=6.67%
G=53.10%
B=40.23%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal292311750.8700.240.09163.3780.850.98
Hex1DE7AF570189a35133
Octal353472571270301124312163
Binary11101111001111010111110101110110001001101000111010001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DE7AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,231,175); }

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

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

 a { background-color: rgb(29,231,175); }

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

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

 span { border-color: rgb(29,231,175); }

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