#1DAA06

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

Shades of Islamic Green #1DAA06

Tints of Islamic Green #1DAA06

Color information

#1DAA06 (or 0x1DAA06) is unknown color: approx Islamic Green. HEX triplet: 1D, AA and 06. RGB value is (29,170,6). Sum of RGB (Red+Green+Blue) = 29+170+6=205 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.15% from 205); Green value is 170 (66.80% from 255 or 82.93% from 205); Blue value is 6 (2.73% from 255 or 2.93% from 205); Max value from RGB is 170 - color contains mainly: green. Hex color #1DAA06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DAA06 is #E255F9. Grayscale: #6D6D6D. Windows color (decimal): -14833146 or 436765. OLE color: 436765.

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

Color convert

RGB291706-
CMYK0.8300.960.33
HSL111.59º93.18%34.51%-
HSV(B)111.59º96.47%66.67%-
XYZ14.9129.024.99-
YUV109.1469.7970.84-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 14.15%
GREEN value IS 170 (66.80% from 255) = 82.93%
BLUE value IS 6 (2.73% from 255) = 2.93%
R=14.15%
G=82.93%
B=2.93%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal2917060.8300.960.33111.5993.1834.51
Hex1DAA65306021705d23
Octal35252612301404116013543
Binary111011010101011010100110110000010000111100001011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1DAA06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,170,6); }

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

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

 a { background-color: rgb(29,170,6); }

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

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

 span { border-color: rgb(29,170,6); }

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