Html Css Color HEX #10A011 Islamic Green

📋 copy color: '#10A011'

red 16 ◦ green 160 ◦ blue 17

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

Shades of Islamic Green #10A011

Tints of Islamic Green #10A011

RGB

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

 GREEN value IS 160 (62.89% from 255) = 82.9%

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

R = 8.29%
G = 82.9%
B = 8.81%

CMYK

 C value IS 0.9

 M value IS 0

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#10A011 (or 0x10A011) is known color: Islamic Green. HEX triplet: 10, A0 and 11. RGB value is (16,160,17). Sum of RGB (Red+Green+Blue) = 16+160+17=193 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.29% from 193); Green value is 160 (62.89% from 255 or 82.90% from 193); Blue value is 17 (7.03% from 255 or 8.81% from 193); Max value from RGB is 160 - color contains mainly: green. Hex color #10A011 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10A011 is #EF5FEE. Grayscale: #656565. Windows color (decimal): -15687663 or 1155088. OLE color: 1155088.

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

Color convert

RGB 16 160 17 -
CMYK 0.9 0 0.89 0.37
HSL 120.42º 0.82% 0.35% -
HSV(B) 120.42º 0.9% 0.63% -
XYZ 12.89 25.29 4.73 -
YUV 100.64 80.79 67.63 -
System Red Green Blue C M Y K H S L
Decimal 16 160 17 0.9 0 0.89 0.37 120.42 0.82 0.35
Hex 10 A0 11 5A 0 59 25 78 52 23
Octal 20 240 21 132 0 131 45 170 122 43
Binary 10000 10100000 10001 1011010 0 1011001 100101 1111000 1010010 100011

Color Harmonies of #10A011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A011

Black with #10A011

Text Example


Text Example

White with #10A011

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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