Html Css Color HEX #12C100 Islamic Green

📋 copy color: '#12C100'

red 18 ◦ green 193 ◦ blue 0

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

Shades of Islamic Green #12C100

Tints of Islamic Green #12C100

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 8.53%
G = 91.47%
B = 0%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 1

 K value IS 0.24

RGB Variations

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

Color information

#12C100 (or 0x12C100) is known color: Islamic Green. HEX triplet: 12, C1 and 00. RGB value is (18,193,0). Sum of RGB (Red+Green+Blue) = 18+193+0=211 (27% of max value = 765). Red value is 18 (7.42% from 255 or 8.53% from 211); Green value is 193 (75.78% from 255 or 91.47% from 211); Blue value is 0 (0.39% from 255 or 0% from 211); Max value from RGB is 193 - color contains mainly: green. Hex color #12C100 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C100 is #ED3EFF. Grayscale: #777777. Windows color (decimal): -15548160 or 49426. OLE color: 49426.

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

Color convert

RGB 18 193 0 -
CMYK 0.91 0 1 0.24
HSL 114.4º 1% 0.38% -
HSV(B) 114.4º 1% 0.76% -
XYZ 19.32 38.27 6.37 -
YUV 118.67 61.02 56.19 -
System Red Green Blue C M Y K H S L
Decimal 18 193 0 0.91 0 1 0.24 114.4 1 0.38
Hex 12 C1 0 5B 0 64 18 72 64 26
Octal 22 301 0 133 0 144 30 162 144 46
Binary 10010 11000001 0 1011011 0 1100100 11000 1110010 1100100 100110

Color Harmonies of #12C100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C100

Black with #12C100

Text Example


Text Example

White with #12C100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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