Html Css Color HEX #10950D Islamic Green

📋 copy color: '#10950D'

red 16 ◦ green 149 ◦ blue 13

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

Shades of Islamic Green #10950D

Tints of Islamic Green #10950D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 7.3%

R = 8.99%
G = 83.71%
B = 7.3%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#10950D (or 0x10950D) is known color: Islamic Green. HEX triplet: 10, 95 and 0D. RGB value is (16,149,13). Sum of RGB (Red+Green+Blue) = 16+149+13=178 (23% of max value = 765). Red value is 16 (6.64% from 255 or 8.99% from 178); Green value is 149 (58.59% from 255 or 83.71% from 178); Blue value is 13 (5.47% from 255 or 7.30% from 178); Max value from RGB is 149 - color contains mainly: green. Hex color #10950D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10950D is #EF6AF2. Grayscale: #5E5E5E. Windows color (decimal): -15690483 or 890128. OLE color: 890128.

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

Color convert

RGB 16 149 13 -
CMYK 0.89 0 0.91 0.42
HSL 118.68º 0.84% 0.32% -
HSV(B) 118.68º 0.91% 0.58% -
XYZ 11.03 21.63 3.98 -
YUV 93.73 82.44 72.56 -
System Red Green Blue C M Y K H S L
Decimal 16 149 13 0.89 0 0.91 0.42 118.68 0.84 0.32
Hex 10 95 D 59 0 5B 2A 77 54 20
Octal 20 225 15 131 0 133 52 167 124 40
Binary 10000 10010101 1101 1011001 0 1011011 101010 1110111 1010100 100000

Color Harmonies of #10950D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10950D

Black with #10950D

Text Example


Text Example

White with #10950D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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