#1DAC0F

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

Shades of Islamic Green #1DAC0F

Tints of Islamic Green #1DAC0F

Color information

#1DAC0F (or 0x1DAC0F) is unknown color: approx Islamic Green. HEX triplet: 1D, AC and 0F. RGB value is (29,172,15). Sum of RGB (Red+Green+Blue) = 29+172+15=216 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.43% from 216); Green value is 172 (67.58% from 255 or 79.63% from 216); Blue value is 15 (6.25% from 255 or 6.94% from 216); Max value from RGB is 172 - color contains mainly: green. Hex color #1DAC0F is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DAC0F is #E253F0. Grayscale: #6F6F6F. Windows color (decimal): -14832625 or 1027101. OLE color: 1027101.

HSL color Cylindrical-coordinate representation of color #1DAC0F: hue angle of 114.65º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1DAC0F is Cyan = 0.83, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB2917215-
CMYK0.8300.910.33
HSL114.65º83.96%36.67%-
HSV(B)114.65º91.28%67.45%-
XYZ15.3529.85.4-
YUV111.3473.6269.27-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.43%
GREEN value IS 172 (67.58% from 255) = 79.63%
BLUE value IS 15 (6.25% from 255) = 6.94%
R=13.43%
G=79.63%
B=6.94%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal29172150.8300.910.33114.6583.9636.67
Hex1DACF5305B21735425
Octal352541712301334116312445
Binary1110110101100111110100110101101110000111100111010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DAC0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,172,15); }

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

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

 a { background-color: rgb(29,172,15); }

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

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

 span { border-color: rgb(29,172,15); }

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