Html Css Color HEX #12BC14 Islamic Green

📋 copy color: '#12BC14'

red 18 ◦ green 188 ◦ blue 20

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

Shades of Islamic Green #12BC14

Tints of Islamic Green #12BC14

RGB

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

 GREEN value IS 188 (73.83% from 255) = 83.19%

 BLUE value IS 20 (8.2% from 255) = 8.85%

R = 7.96%
G = 83.19%
B = 8.85%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.89

 K value IS 0.26

RGB Variations

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

Color information

#12BC14 (or 0x12BC14) is known color: Islamic Green. HEX triplet: 12, BC and 14. RGB value is (18,188,20). Sum of RGB (Red+Green+Blue) = 18+188+20=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 188 (73.83% from 255 or 83.19% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 188 - color contains mainly: green. Hex color #12BC14 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12BC14 is #ED43EB. Grayscale: #767676. Windows color (decimal): -15549420 or 1358866. OLE color: 1358866.

HSL color Cylindrical-coordinate representation of color #12BC14: hue angle of 120.71º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BC14 is Cyan = 0.90, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 188 20 -
CMYK 0.90 0 0.89 0.26
HSL 120.71º 0.83% 0.4% -
HSV(B) 120.71º 0.9% 0.74% -
XYZ 18.36 36.15 6.67 -
YUV 118.02 72.68 56.66 -
System Red Green Blue C M Y K H S L
Decimal 18 188 20 0.90 0 0.89 0.26 120.71 0.83 0.4
Hex 12 BC 14 5A 0 59 1A 79 53 28
Octal 22 274 24 132 0 131 32 171 123 50
Binary 10010 10111100 10100 1011010 0 1011001 11010 1111001 1010011 101000

Color Harmonies of #12BC14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BC14

Black with #12BC14

Text Example


Text Example

White with #12BC14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,188,20); }

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

background-color css

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

 a { background-color: rgb(18,188,20); }

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

border-color css

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

 span { border-color: rgb(18,188,20); }

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