#1DAC0B

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

Shades of Islamic Green #1DAC0B

Tints of Islamic Green #1DAC0B

Color information

#1DAC0B (or 0x1DAC0B) is unknown color: approx Islamic Green. HEX triplet: 1D, AC and 0B. RGB value is (29,172,11). Sum of RGB (Red+Green+Blue) = 29+172+11=212 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.68% from 212); Green value is 172 (67.58% from 255 or 81.13% from 212); Blue value is 11 (4.69% from 255 or 5.19% from 212); Max value from RGB is 172 - color contains mainly: green. Hex color #1DAC0B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DAC0B is #E253F4. Grayscale: #6F6F6F. Windows color (decimal): -14832629 or 764957. OLE color: 764957.

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

Color convert

RGB2917211-
CMYK0.8300.940.33
HSL113.29º87.98%35.88%-
HSV(B)113.29º93.6%67.45%-
XYZ15.3229.795.26-
YUV110.8971.6269.59-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 13.68%
GREEN value IS 172 (67.58% from 255) = 81.13%
BLUE value IS 11 (4.69% from 255) = 5.19%
R=13.68%
G=81.13%
B=5.19%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal29172110.8300.940.33113.2987.9835.88
Hex1DACB5305E21715824
Octal352541312301364116113044
Binary1110110101100101110100110101111010000111100011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DAC0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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