Html Css Color HEX #10B10D Islamic Green

📋 copy color: '#10B10D'

red 16 ◦ green 177 ◦ blue 13

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

Shades of Islamic Green #10B10D

Tints of Islamic Green #10B10D

RGB

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

 GREEN value IS 177 (69.53% from 255) = 85.92%

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

R = 7.77%
G = 85.92%
B = 6.31%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#10B10D (or 0x10B10D) is known color: Islamic Green. HEX triplet: 10, B1 and 0D. RGB value is (16,177,13). Sum of RGB (Red+Green+Blue) = 16+177+13=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 177 (69.53% from 255 or 85.92% from 206); Blue value is 13 (5.47% from 255 or 6.31% from 206); Max value from RGB is 177 - color contains mainly: green. Hex color #10B10D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #10B10D is #EF4EF2. Grayscale: #6E6E6E. Windows color (decimal): -15683315 or 897296. OLE color: 897296.

HSL color Cylindrical-coordinate representation of color #10B10D: hue angle of 118.9º degrees, saturation: 0.86, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10B10D is Cyan = 0.91, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 16 177 13 -
CMYK 0.91 0 0.93 0.31
HSL 118.9º 0.86% 0.37% -
HSV(B) 118.9º 0.93% 0.69% -
XYZ 16.01 31.58 5.63 -
YUV 110.17 73.16 60.84 -
System Red Green Blue C M Y K H S L
Decimal 16 177 13 0.91 0 0.93 0.31 118.9 0.86 0.37
Hex 10 B1 D 5B 0 5D 1F 77 56 25
Octal 20 261 15 133 0 135 37 167 126 45
Binary 10000 10110001 1101 1011011 0 1011101 11111 1110111 1010110 100101

Color Harmonies of #10B10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10B10D

Black with #10B10D

Text Example


Text Example

White with #10B10D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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