Html Css Color HEX #1DAD06 Islamic Green

📋 copy color: '#1DAD06'

red 29 ◦ green 173 ◦ blue 6

#1DAD06
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Islamic Green #1DAD06

Tints of Islamic Green #1DAD06

RGB

 RED value IS 29 (11.72% from 255) = 13.94%

 GREEN value IS 173 (67.97% from 255) = 83.17%

 BLUE value IS 6 (2.73% from 255) = 2.88%

R = 13.94%
G = 83.17%
B = 2.88%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.97

 K value IS 0.32

RGB Variations

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

Color information

#1DAD06 (or 0x1DAD06) is known color: Islamic Green. HEX triplet: 1D, AD and 06. RGB value is (29,173,6). Sum of RGB (Red+Green+Blue) = 29+173+6=208 (27% of max value = 765). Red value is 29 (11.72% from 255 or 13.94% from 208); Green value is 173 (67.97% from 255 or 83.17% from 208); Blue value is 6 (2.73% from 255 or 2.88% from 208); Max value from RGB is 173 - color contains mainly: green. Hex color #1DAD06 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DAD06 is #E252F9. Grayscale: #6F6F6F. Windows color (decimal): -14832378 or 437533. OLE color: 437533.

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

Color convert

RGB 29 173 6 -
CMYK 0.83 0 0.97 0.32
HSL 111.74º 0.93% 0.35% -
HSV(B) 111.74º 0.97% 0.68% -
XYZ 15.48 30.16 5.18 -
YUV 110.91 68.79 69.58 -
System Red Green Blue C M Y K H S L
Decimal 29 173 6 0.83 0 0.97 0.32 111.74 0.93 0.35
Hex 1D AD 6 53 0 61 20 70 5D 23
Octal 35 255 6 123 0 141 40 160 135 43
Binary 11101 10101101 110 1010011 0 1100001 100000 1110000 1011101 100011

Color Harmonies of #1DAD06

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAD06

Black with #1DAD06

Text Example


Text Example

White with #1DAD06

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1DAD06;
 }
 .AnyTagClassName
 {
   color: #1DAD06;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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