#1da400

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

Shades of Islamic Green #1DA400

Tints of Islamic Green #1DA400

Color information

#1DA400 (or 0x1DA400) is unknown color: approx Islamic Green. HEX triplet: 1D, A4 and 00. RGB value is (29,164,0). Sum of RGB (Red+Green+Blue) = 29+164+0=193 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.03% from 193); Green value is 164 (64.45% from 255 or 84.97% from 193); Blue value is 0 (0.39% from 255 or 0% from 193); Max value from RGB is 164 - color contains mainly: green. Hex color #1DA400 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA400 is #E25BFF. Grayscale: #696969. Windows color (decimal): -14834688 or 42013. OLE color: 42013.

HSL color Cylindrical-coordinate representation of color #1DA400: hue angle of 109.39º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #1DA400 is Cyan = 0.82, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.36.

Color convert

RGB291640-
CMYK0.82010.36
HSL109.39º100%32.16%-
HSV(B)109.39º100%64.31%-
XYZ13.7826.814.45-
YUV104.9468.7773.84-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 15.03%
GREEN value IS 164 (64.45% from 255) = 84.97%
BLUE value IS 0 (0.39% from 255) = 0%
R=15.03%
G=84.97%
B=0%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal2916400.82010.36109.3910032.16
Hex1DA4052064246d6420
Octal35244012201444415514440
Binary1110110100100010100100110010010010011011011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1da400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,164,0); }

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

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

 a { background-color: rgb(29,164,0); }

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

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

 span { border-color: rgb(29,164,0); }

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