Html Css Color HEX #10AD13 Islamic Green

📋 copy color: '#10AD13'

red 16 ◦ green 173 ◦ blue 19

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

Shades of Islamic Green #10AD13

Tints of Islamic Green #10AD13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 9.13%

R = 7.69%
G = 83.17%
B = 9.13%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#10AD13 (or 0x10AD13) is known color: Islamic Green. HEX triplet: 10, AD and 13. RGB value is (16,173,19). Sum of RGB (Red+Green+Blue) = 16+173+19=208 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.69% from 208); Green value is 173 (67.97% from 255 or 83.17% from 208); Blue value is 19 (7.81% from 255 or 9.13% from 208); Max value from RGB is 173 - color contains mainly: green. Hex color #10AD13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10AD13 is #EF52EC. Grayscale: #6C6C6C. Windows color (decimal): -15684333 or 1289488. OLE color: 1289488.

HSL color Cylindrical-coordinate representation of color #10AD13: hue angle of 121.15º 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 #10AD13 is Cyan = 0.91, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.32.

Color convert

RGB 16 173 19 -
CMYK 0.91 0 0.89 0.32
HSL 121.15º 0.83% 0.37% -
HSV(B) 121.15º 0.91% 0.68% -
XYZ 15.27 30.04 5.61 -
YUV 108.5 77.49 62.02 -
System Red Green Blue C M Y K H S L
Decimal 16 173 19 0.91 0 0.89 0.32 121.15 0.83 0.37
Hex 10 AD 13 5B 0 59 20 79 53 25
Octal 20 255 23 133 0 131 40 171 123 45
Binary 10000 10101101 10011 1011011 0 1011001 100000 1111001 1010011 100101

Color Harmonies of #10AD13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AD13

Black with #10AD13

Text Example


Text Example

White with #10AD13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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