Html Css Color HEX #10960C Islamic Green

📋 copy color: '#10960C'

red 16 ◦ green 150 ◦ blue 12

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

Shades of Islamic Green #10960C

Tints of Islamic Green #10960C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 84.27%

 BLUE value IS 12 (5.08% from 255) = 6.74%

R = 8.99%
G = 84.27%
B = 6.74%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#10960C (or 0x10960C) is known color: Islamic Green. HEX triplet: 10, 96 and 0C. RGB value is (16,150,12). Sum of RGB (Red+Green+Blue) = 16+150+12=178 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.99% from 178); Green value is 150 (58.98% from 255 or 84.27% from 178); Blue value is 12 (5.08% from 255 or 6.74% from 178); Max value from RGB is 150 - color contains mainly: green. Hex color #10960C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10960C is #EF69F3. Grayscale: #5E5E5E. Windows color (decimal): -15690228 or 824848. OLE color: 824848.

HSL color Cylindrical-coordinate representation of color #10960C: hue angle of 118.26º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #10960C is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 16 150 12 -
CMYK 0.89 0 0.92 0.41
HSL 118.26º 0.85% 0.32% -
HSV(B) 118.26º 0.92% 0.59% -
XYZ 11.19 21.95 3.99 -
YUV 94.2 81.61 72.22 -
System Red Green Blue C M Y K H S L
Decimal 16 150 12 0.89 0 0.92 0.41 118.26 0.85 0.32
Hex 10 96 C 59 0 5C 29 76 55 20
Octal 20 226 14 131 0 134 51 166 125 40
Binary 10000 10010110 1100 1011001 0 1011100 101001 1110110 1010101 100000

Color Harmonies of #10960C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10960C

Black with #10960C

Text Example


Text Example

White with #10960C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #10960C; }

 p { color: rgb(16,150,12); }

 H1.HeaderClassName
 {
   color: #10960C;
 }
 .AnyTagClassName
 {
   color: #10960C;
 }
</style>

background-color css

<style>
 a { background-color: #10960C; }

 a { background-color: rgb(16,150,12); }

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

border-color css

<style>
 span { border-color: #10960C; }

 span { border-color: rgb(16,150,12); }

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