Html Css Color HEX #12C20D Islamic Green

📋 copy color: '#12C20D'

red 18 ◦ green 194 ◦ blue 13

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

Shades of Islamic Green #12C20D

Tints of Islamic Green #12C20D

RGB

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

 GREEN value IS 194 (76.17% from 255) = 86.22%

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

R = 8%
G = 86.22%
B = 5.78%

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

#12C20D (or 0x12C20D) is known color: Islamic Green. HEX triplet: 12, C2 and 0D. RGB value is (18,194,13). Sum of RGB (Red+Green+Blue) = 18+194+13=225 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8% from 225); Green value is 194 (76.17% from 255 or 86.22% from 225); Blue value is 13 (5.47% from 255 or 5.78% from 225); Max value from RGB is 194 - color contains mainly: green. Hex color #12C20D is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C20D is #ED3DF2. Grayscale: #797979. Windows color (decimal): -15547891 or 901650. OLE color: 901650.

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

Color convert

RGB 18 194 13 -
CMYK 0.91 0 0.93 0.24
HSL 118.34º 0.87% 0.41% -
HSV(B) 118.34º 0.93% 0.76% -
XYZ 19.61 38.74 6.82 -
YUV 120.74 67.19 54.72 -
System Red Green Blue C M Y K H S L
Decimal 18 194 13 0.91 0 0.93 0.24 118.34 0.87 0.41
Hex 12 C2 D 5B 0 5D 18 76 57 29
Octal 22 302 15 133 0 135 30 166 127 51
Binary 10010 11000010 1101 1011011 0 1011101 11000 1110110 1010111 101001

Color Harmonies of #12C20D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C20D

Black with #12C20D

Text Example


Text Example

White with #12C20D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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