Html Css Color HEX #10AC12 Islamic Green

📋 copy color: '#10AC12'

red 16 ◦ green 172 ◦ blue 18

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

Shades of Islamic Green #10AC12

Tints of Islamic Green #10AC12

RGB

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

 GREEN value IS 172 (67.58% from 255) = 83.5%

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

R = 7.77%
G = 83.5%
B = 8.74%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.90

 K value IS 0.33

RGB Variations

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

Color information

#10AC12 (or 0x10AC12) is known color: Islamic Green. HEX triplet: 10, AC and 12. RGB value is (16,172,18). Sum of RGB (Red+Green+Blue) = 16+172+18=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 172 (67.58% from 255 or 83.50% from 206); Blue value is 18 (7.42% from 255 or 8.74% from 206); Max value from RGB is 172 - color contains mainly: green. Hex color #10AC12 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10AC12 is #EF53ED. Grayscale: #6C6C6C. Windows color (decimal): -15684590 or 1223696. OLE color: 1223696.

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

Color convert

RGB 16 172 18 -
CMYK 0.91 0 0.90 0.33
HSL 120.77º 0.83% 0.37% -
HSV(B) 120.77º 0.91% 0.67% -
XYZ 15.08 29.66 5.5 -
YUV 107.8 77.32 62.52 -
System Red Green Blue C M Y K H S L
Decimal 16 172 18 0.91 0 0.90 0.33 120.77 0.83 0.37
Hex 10 AC 12 5B 0 5A 21 79 53 25
Octal 20 254 22 133 0 132 41 171 123 45
Binary 10000 10101100 10010 1011011 0 1011010 100001 1111001 1010011 100101

Color Harmonies of #10AC12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10AC12

Black with #10AC12

Text Example


Text Example

White with #10AC12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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