Html Css Color HEX #12C10D Islamic Green

📋 copy color: '#12C10D'

red 18 ◦ green 193 ◦ blue 13

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

Shades of Islamic Green #12C10D

Tints of Islamic Green #12C10D

RGB

 RED value IS 18 (7.42% from 255) = 8.04%

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

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

R = 8.04%
G = 86.16%
B = 5.8%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#12C10D (or 0x12C10D) is known color: Islamic Green. HEX triplet: 12, C1 and 0D. RGB value is (18,193,13). Sum of RGB (Red+Green+Blue) = 18+193+13=224 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.04% from 224); Green value is 193 (75.78% from 255 or 86.16% from 224); Blue value is 13 (5.47% from 255 or 5.80% from 224); Max value from RGB is 193 - color contains mainly: green. Hex color #12C10D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C10D is #ED3EF2. Grayscale: #787878. Windows color (decimal): -15548147 or 901394. OLE color: 901394.

HSL color Cylindrical-coordinate representation of color #12C10D: hue angle of 118.33º 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 #12C10D is Cyan = 0.91, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.24.

Color convert

RGB 18 193 13 -
CMYK 0.91 0 0.93 0.24
HSL 118.33º 0.87% 0.4% -
HSV(B) 118.33º 0.93% 0.76% -
XYZ 19.39 38.3 6.75 -
YUV 120.16 67.52 55.14 -
System Red Green Blue C M Y K H S L
Decimal 18 193 13 0.91 0 0.93 0.24 118.33 0.87 0.4
Hex 12 C1 D 5B 0 5D 18 76 57 28
Octal 22 301 15 133 0 135 30 166 127 50
Binary 10010 11000001 1101 1011011 0 1011101 11000 1110110 1010111 101000

Color Harmonies of #12C10D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C10D

Black with #12C10D

Text Example


Text Example

White with #12C10D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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