Html Css Color HEX #10A112 Islamic Green

📋 copy color: '#10A112'

red 16 ◦ green 161 ◦ blue 18

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

Shades of Islamic Green #10A112

Tints of Islamic Green #10A112

RGB

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

 GREEN value IS 161 (63.28% from 255) = 82.56%

 BLUE value IS 18 (7.42% from 255) = 9.23%

R = 8.21%
G = 82.56%
B = 9.23%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#10A112 (or 0x10A112) is known color: Islamic Green. HEX triplet: 10, A1 and 12. RGB value is (16,161,18). Sum of RGB (Red+Green+Blue) = 16+161+18=195 (25% of max value = 765). Red value is 16 (6.64% from 255 or 8.21% from 195); Green value is 161 (63.28% from 255 or 82.56% from 195); Blue value is 18 (7.42% from 255 or 9.23% from 195); Max value from RGB is 161 - color contains mainly: green. Hex color #10A112 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10A112 is #EF5EED. Grayscale: #656565. Windows color (decimal): -15687406 or 1220880. OLE color: 1220880.

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

Color convert

RGB 16 161 18 -
CMYK 0.90 0 0.89 0.37
HSL 120.83º 0.82% 0.35% -
HSV(B) 120.83º 0.9% 0.63% -
XYZ 13.07 25.64 4.83 -
YUV 101.34 80.96 67.13 -
System Red Green Blue C M Y K H S L
Decimal 16 161 18 0.90 0 0.89 0.37 120.83 0.82 0.35
Hex 10 A1 12 5A 0 59 25 79 52 23
Octal 20 241 22 132 0 131 45 171 122 43
Binary 10000 10100001 10010 1011010 0 1011001 100101 1111001 1010010 100011

Color Harmonies of #10A112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10A112

Black with #10A112

Text Example


Text Example

White with #10A112

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,161,18); }

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

background-color css

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

 a { background-color: rgb(16,161,18); }

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

border-color css

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

 span { border-color: rgb(16,161,18); }

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