Html Css Color HEX #12C210 Islamic Green

📋 copy color: '#12C210'

red 18 ◦ green 194 ◦ blue 16

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

Shades of Islamic Green #12C210

Tints of Islamic Green #12C210

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 7.02%

R = 7.89%
G = 85.09%
B = 7.02%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#12C210 (or 0x12C210) is known color: Islamic Green. HEX triplet: 12, C2 and 10. RGB value is (18,194,16). Sum of RGB (Red+Green+Blue) = 18+194+16=228 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.89% from 228); Green value is 194 (76.17% from 255 or 85.09% from 228); Blue value is 16 (6.64% from 255 or 7.02% from 228); Max value from RGB is 194 - color contains mainly: green. Hex color #12C210 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C210 is #ED3DEF. Grayscale: #797979. Windows color (decimal): -15547888 or 1098258. OLE color: 1098258.

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

Color convert

RGB 18 194 16 -
CMYK 0.91 0 0.92 0.24
HSL 119.33º 0.85% 0.41% -
HSV(B) 119.33º 0.92% 0.76% -
XYZ 19.63 38.75 6.93 -
YUV 121.08 68.69 54.47 -
System Red Green Blue C M Y K H S L
Decimal 18 194 16 0.91 0 0.92 0.24 119.33 0.85 0.41
Hex 12 C2 10 5B 0 5C 18 77 55 29
Octal 22 302 20 133 0 134 30 167 125 51
Binary 10010 11000010 10000 1011011 0 1011100 11000 1110111 1010101 101001

Color Harmonies of #12C210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C210

Black with #12C210

Text Example


Text Example

White with #12C210

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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