Html Css Color HEX #10C10D Islamic Green

📋 copy color: '#10C10D'

red 16 ◦ green 193 ◦ blue 13

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

Shades of Islamic Green #10C10D

Tints of Islamic Green #10C10D

RGB

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

 GREEN value IS 193 (75.78% from 255) = 86.94%

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

R = 7.21%
G = 86.94%
B = 5.86%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#10C10D (or 0x10C10D) is known color: Islamic Green. HEX triplet: 10, C1 and 0D. RGB value is (16,193,13). Sum of RGB (Red+Green+Blue) = 16+193+13=222 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.21% from 222); Green value is 193 (75.78% from 255 or 86.94% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 193 - color contains mainly: green. Hex color #10C10D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #10C10D is #EF3EF2. Grayscale: #787878. Windows color (decimal): -15679219 or 901392. OLE color: 901392.

HSL color Cylindrical-coordinate representation of color #10C10D: hue angle of 119º degrees, saturation: 0.87, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10C10D is Cyan = 0.92, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 16 193 13 -
CMYK 0.92 0 0.93 0.24
HSL 119º 0.87% 0.4% -
HSV(B) 119º 0.93% 0.76% -
XYZ 19.36 38.28 6.75 -
YUV 119.56 67.86 54.14 -
System Red Green Blue C M Y K H S L
Decimal 16 193 13 0.92 0 0.93 0.24 119 0.87 0.4
Hex 10 C1 D 5C 0 5D 18 77 57 28
Octal 20 301 15 134 0 135 30 167 127 50
Binary 10000 11000001 1101 1011100 0 1011101 11000 1110111 1010111 101000

Color Harmonies of #10C10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #10C10D

Black with #10C10D

Text Example


Text Example

White with #10C10D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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