Html Css Color HEX #1DAE0C Islamic Green

📋 copy color: '#1DAE0C'

red 29 ◦ green 174 ◦ blue 12

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

Shades of Islamic Green #1DAE0C

Tints of Islamic Green #1DAE0C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 80.93%

 BLUE value IS 12 (5.08% from 255) = 5.58%

R = 13.49%
G = 80.93%
B = 5.58%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.93

 K value IS 0.32

RGB Variations

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

Color information

#1DAE0C (or 0x1DAE0C) is known color: Islamic Green. HEX triplet: 1D, AE and 0C. RGB value is (29,174,12). Sum of RGB (Red+Green+Blue) = 29+174+12=215 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.49% from 215); Green value is 174 (68.36% from 255 or 80.93% from 215); Blue value is 12 (5.08% from 255 or 5.58% from 215); Max value from RGB is 174 - color contains mainly: green. Hex color #1DAE0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #1DAE0C is #E251F3. Grayscale: #707070. Windows color (decimal): -14832116 or 831005. OLE color: 831005.

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

Color convert

RGB 29 174 12 -
CMYK 0.83 0 0.93 0.32
HSL 113.7º 0.87% 0.36% -
HSV(B) 113.7º 0.93% 0.68% -
XYZ 15.71 30.56 5.42 -
YUV 112.18 71.46 68.67 -
System Red Green Blue C M Y K H S L
Decimal 29 174 12 0.83 0 0.93 0.32 113.7 0.87 0.36
Hex 1D AE C 53 0 5D 20 72 57 24
Octal 35 256 14 123 0 135 40 162 127 44
Binary 11101 10101110 1100 1010011 0 1011101 100000 1110010 1010111 100100

Color Harmonies of #1DAE0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1DAE0C

Black with #1DAE0C

Text Example


Text Example

White with #1DAE0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,174,12); }

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

background-color css

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

 a { background-color: rgb(29,174,12); }

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

border-color css

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

 span { border-color: rgb(29,174,12); }

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