Html Css Color HEX #12C300 Islamic Green

📋 copy color: '#12C300'

red 18 ◦ green 195 ◦ blue 0

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

Shades of Islamic Green #12C300

Tints of Islamic Green #12C300

RGB

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

 GREEN value IS 195 (76.56% from 255) = 91.55%

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

R = 8.45%
G = 91.55%
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

#12C300 (or 0x12C300) is known color: Islamic Green. HEX triplet: 12, C3 and 00. RGB value is (18,195,0). Sum of RGB (Red+Green+Blue) = 18+195+0=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 195 (76.56% from 255 or 91.55% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 195 - color contains mainly: green. Hex color #12C300 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C300 is #ED3CFF. Grayscale: #787878. Windows color (decimal): -15547648 or 49938. OLE color: 49938.

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

Color convert

RGB 18 195 0 -
CMYK 0.91 0 1 0.24
HSL 114.46º 1% 0.38% -
HSV(B) 114.46º 1% 0.76% -
XYZ 19.76 39.16 6.52 -
YUV 119.85 60.36 55.36 -
System Red Green Blue C M Y K H S L
Decimal 18 195 0 0.91 0 1 0.24 114.46 1 0.38
Hex 12 C3 0 5B 0 64 18 72 64 26
Octal 22 303 0 133 0 144 30 162 144 46
Binary 10010 11000011 0 1011011 0 1100100 11000 1110010 1100100 100110

Color Harmonies of #12C300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C300

Black with #12C300

Text Example


Text Example

White with #12C300

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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