Html Css Color HEX #10A411 Islamic Green

📋 copy color: '#10A411'

red 16 ◦ green 164 ◦ blue 17

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

Shades of Islamic Green #10A411

Tints of Islamic Green #10A411

RGB

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

 GREEN value IS 164 (64.45% from 255) = 83.25%

 BLUE value IS 17 (7.03% from 255) = 8.63%

R = 8.12%
G = 83.25%
B = 8.63%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#10A411 (or 0x10A411) is known color: Islamic Green. HEX triplet: 10, A4 and 11. RGB value is (16,164,17). Sum of RGB (Red+Green+Blue) = 16+164+17=197 (26% of max value = 765). Red value is 16 (6.64% from 255 or 8.12% from 197); Green value is 164 (64.45% from 255 or 83.25% from 197); Blue value is 17 (7.03% from 255 or 8.63% from 197); Max value from RGB is 164 - color contains mainly: green. Hex color #10A411 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10A411 is #EF5BEE. Grayscale: #676767. Windows color (decimal): -15686639 or 1156112. OLE color: 1156112.

HSL color Cylindrical-coordinate representation of color #10A411: hue angle of 120.41º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #10A411 is Cyan = 0.90, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 16 164 17 -
CMYK 0.90 0 0.90 0.36
HSL 120.41º 0.82% 0.35% -
HSV(B) 120.41º 0.9% 0.64% -
XYZ 13.59 26.7 4.97 -
YUV 102.99 79.47 65.95 -
System Red Green Blue C M Y K H S L
Decimal 16 164 17 0.90 0 0.90 0.36 120.41 0.82 0.35
Hex 10 A4 11 5A 0 5A 24 78 52 23
Octal 20 244 21 132 0 132 44 170 122 43
Binary 10000 10100100 10001 1011010 0 1011010 100100 1111000 1010010 100011

Color Harmonies of #10A411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A411

Black with #10A411

Text Example


Text Example

White with #10A411

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,164,17); }

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

background-color css

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

 a { background-color: rgb(16,164,17); }

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

border-color css

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

 span { border-color: rgb(16,164,17); }

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