Html Css Color HEX #1DA601 Islamic Green

📋 copy color: '#1DA601'

red 29 ◦ green 166 ◦ blue 1

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

Shades of Islamic Green #1DA601

Tints of Islamic Green #1DA601

RGB

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

 GREEN value IS 166 (65.23% from 255) = 84.69%

 BLUE value IS 1 (0.78% from 255) = 0.51%

R = 14.8%
G = 84.69%
B = 0.51%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#1DA601 (or 0x1DA601) is known color: Islamic Green. HEX triplet: 1D, A6 and 01. RGB value is (29,166,1). Sum of RGB (Red+Green+Blue) = 29+166+1=196 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.80% from 196); Green value is 166 (65.23% from 255 or 84.69% from 196); Blue value is 1 (0.78% from 255 or 0.51% from 196); Max value from RGB is 166 - color contains mainly: green. Hex color #1DA601 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DA601 is #E259FE. Grayscale: #6A6A6A. Windows color (decimal): -14834175 or 108061. OLE color: 108061.

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

Color convert

RGB 29 166 1 -
CMYK 0.83 0 0.99 0.35
HSL 109.82º 0.99% 0.33% -
HSV(B) 109.82º 0.99% 0.65% -
XYZ 14.15 27.54 4.6 -
YUV 106.23 68.61 72.92 -
System Red Green Blue C M Y K H S L
Decimal 29 166 1 0.83 0 0.99 0.35 109.82 0.99 0.33
Hex 1D A6 1 53 0 63 23 6E 63 21
Octal 35 246 1 123 0 143 43 156 143 41
Binary 11101 10100110 1 1010011 0 1100011 100011 1101110 1100011 100001

Color Harmonies of #1DA601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DA601

Black with #1DA601

Text Example


Text Example

White with #1DA601

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,166,1); }

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

background-color css

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

 a { background-color: rgb(29,166,1); }

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

border-color css

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

 span { border-color: rgb(29,166,1); }

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