#1DAE04

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

Shades of Islamic Green #1DAE04

Tints of Islamic Green #1DAE04

Color information

#1DAE04 (or 0x1DAE04) is unknown color: approx Islamic Green. HEX triplet: 1D, AE and 04. RGB value is (29,174,4). Sum of RGB (Red+Green+Blue) = 29+174+4=207 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.01% from 207); Green value is 174 (68.36% from 255 or 84.06% from 207); Blue value is 4 (1.95% from 255 or 1.93% from 207); Max value from RGB is 174 - color contains mainly: green. Hex color #1DAE04 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DAE04 is #E251FB. Grayscale: #6F6F6F. Windows color (decimal): -14832124 or 306717. OLE color: 306717.

HSL color Cylindrical-coordinate representation of color #1DAE04: hue angle of 111.18º degrees, saturation: 0.96, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1DAE04 is Cyan = 0.83, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.32.

Color convert

RGB291744-
CMYK0.8300.980.32
HSL111.18º95.51%34.9%-
HSV(B)111.18º97.7%68.24%-
XYZ15.6630.545.18-
YUV111.2667.4669.32-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.01%
GREEN value IS 174 (68.36% from 255) = 84.06%
BLUE value IS 4 (1.95% from 255) = 1.93%
R=14.01%
G=84.06%
B=1.93%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal2917440.8300.980.32111.1895.5134.9
Hex1DAE453062206f6023
Octal35256412301424015714043
Binary111011010111010010100110110001010000011011111100000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DAE04

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,174,4); }

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

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

 a { background-color: rgb(29,174,4); }

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

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

 span { border-color: rgb(29,174,4); }

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