Html Css Color HEX #1DAB0E Islamic Green

📋 copy color: '#1DAB0E'

red 29 ◦ green 171 ◦ blue 14

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

Shades of Islamic Green #1DAB0E

Tints of Islamic Green #1DAB0E

RGB

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

 GREEN value IS 171 (67.19% from 255) = 79.91%

 BLUE value IS 14 (5.86% from 255) = 6.54%

R = 13.55%
G = 79.91%
B = 6.54%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#1DAB0E (or 0x1DAB0E) is known color: Islamic Green. HEX triplet: 1D, AB and 0E. RGB value is (29,171,14). Sum of RGB (Red+Green+Blue) = 29+171+14=214 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.55% from 214); Green value is 171 (67.19% from 255 or 79.91% from 214); Blue value is 14 (5.86% from 255 or 6.54% from 214); Max value from RGB is 171 - color contains mainly: green. Hex color #1DAB0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DAB0E is #E254F1. Grayscale: #6F6F6F. Windows color (decimal): -14832882 or 961309. OLE color: 961309.

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

Color convert

RGB 29 171 14 -
CMYK 0.83 0 0.92 0.33
HSL 114.27º 0.85% 0.36% -
HSV(B) 114.27º 0.92% 0.67% -
XYZ 15.15 29.42 5.3 -
YUV 110.64 73.46 69.77 -
System Red Green Blue C M Y K H S L
Decimal 29 171 14 0.83 0 0.92 0.33 114.27 0.85 0.36
Hex 1D AB E 53 0 5C 21 72 55 24
Octal 35 253 16 123 0 134 41 162 125 44
Binary 11101 10101011 1110 1010011 0 1011100 100001 1110010 1010101 100100

Color Harmonies of #1DAB0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAB0E

Black with #1DAB0E

Text Example


Text Example

White with #1DAB0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,171,14); }

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

background-color css

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

 a { background-color: rgb(29,171,14); }

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

border-color css

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

 span { border-color: rgb(29,171,14); }

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