Html Css Color HEX #10950C Islamic Green

📋 copy color: '#10950C'

red 16 ◦ green 149 ◦ blue 12

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

Shades of Islamic Green #10950C

Tints of Islamic Green #10950C

RGB

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

 GREEN value IS 149 (58.59% from 255) = 84.18%

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

R = 9.04%
G = 84.18%
B = 6.78%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.92

 K value IS 0.42

RGB Variations

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

Color information

#10950C (or 0x10950C) is known color: Islamic Green. HEX triplet: 10, 95 and 0C. RGB value is (16,149,12). Sum of RGB (Red+Green+Blue) = 16+149+12=177 (23% of max value = 765). Red value is 16 (6.64% from 255 or 9.04% from 177); Green value is 149 (58.59% from 255 or 84.18% from 177); Blue value is 12 (5.08% from 255 or 6.78% from 177); Max value from RGB is 149 - color contains mainly: green. Hex color #10950C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10950C is #EF6AF3. Grayscale: #5E5E5E. Windows color (decimal): -15690484 or 824592. OLE color: 824592.

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

Color convert

RGB 16 149 12 -
CMYK 0.89 0 0.92 0.42
HSL 118.25º 0.85% 0.32% -
HSV(B) 118.25º 0.92% 0.58% -
XYZ 11.03 21.63 3.94 -
YUV 93.62 81.94 72.64 -
System Red Green Blue C M Y K H S L
Decimal 16 149 12 0.89 0 0.92 0.42 118.25 0.85 0.32
Hex 10 95 C 59 0 5C 2A 76 55 20
Octal 20 225 14 131 0 134 52 166 125 40
Binary 10000 10010101 1100 1011001 0 1011100 101010 1110110 1010101 100000

Color Harmonies of #10950C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10950C

Black with #10950C

Text Example


Text Example

White with #10950C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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