Html Css Color HEX #10AD1D Islamic Green

📋 copy color: '#10AD1D'

red 16 ◦ green 173 ◦ blue 29

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

Shades of Islamic Green #10AD1D

Tints of Islamic Green #10AD1D

RGB

 RED value IS 16 (6.64% from 255) = 7.34%

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

 BLUE value IS 29 (11.72% from 255) = 13.3%

R = 7.34%
G = 79.36%
B = 13.3%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.83

 K value IS 0.32

RGB Variations

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

Color information

#10AD1D (or 0x10AD1D) is known color: Islamic Green. HEX triplet: 10, AD and 1D. RGB value is (16,173,29). Sum of RGB (Red+Green+Blue) = 16+173+29=218 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.34% from 218); Green value is 173 (67.97% from 255 or 79.36% from 218); Blue value is 29 (11.72% from 255 or 13.30% from 218); Max value from RGB is 173 - color contains mainly: green. Hex color #10AD1D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #10AD1D is #EF52E2. Grayscale: #6E6E6E. Windows color (decimal): -15684323 or 1944848. OLE color: 1944848.

HSL color Cylindrical-coordinate representation of color #10AD1D: hue angle of 124.97º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #10AD1D is Cyan = 0.91, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.32.

Color convert

RGB 16 173 29 -
CMYK 0.91 0 0.83 0.32
HSL 124.97º 0.83% 0.37% -
HSV(B) 124.97º 0.91% 0.68% -
XYZ 15.38 30.09 6.16 -
YUV 109.64 82.49 61.21 -
System Red Green Blue C M Y K H S L
Decimal 16 173 29 0.91 0 0.83 0.32 124.97 0.83 0.37
Hex 10 AD 1D 5B 0 53 20 7D 53 25
Octal 20 255 35 133 0 123 40 175 123 45
Binary 10000 10101101 11101 1011011 0 1010011 100000 1111101 1010011 100101

Color Harmonies of #10AD1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AD1D

Black with #10AD1D

Text Example


Text Example

White with #10AD1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10AD1D; }

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

 H1.HeaderClassName
 {
   color: #10AD1D;
 }
 .AnyTagClassName
 {
   color: #10AD1D;
 }
</style>

background-color css

<style>
 a { background-color: #10AD1D; }

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

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

border-color css

<style>
 span { border-color: #10AD1D; }

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

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