Html Css Color HEX #12C703 Islamic Green

📋 copy color: '#12C703'

red 18 ◦ green 199 ◦ blue 3

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

Shades of Islamic Green #12C703

Tints of Islamic Green #12C703

RGB

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

 GREEN value IS 199 (78.13% from 255) = 90.45%

 BLUE value IS 3 (1.56% from 255) = 1.36%

R = 8.18%
G = 90.45%
B = 1.36%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#12C703 (or 0x12C703) is known color: Islamic Green. HEX triplet: 12, C7 and 03. RGB value is (18,199,3). Sum of RGB (Red+Green+Blue) = 18+199+3=220 (29% of max value = 765). Red value is 18 (7.42% from 255 or 8.18% from 220); Green value is 199 (78.12% from 255 or 90.45% from 220); Blue value is 3 (1.56% from 255 or 1.36% from 220); Max value from RGB is 199 - color contains mainly: green. Hex color #12C703 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C703 is #ED38FC. Grayscale: #7B7B7B. Windows color (decimal): -15546621 or 247570. OLE color: 247570.

HSL color Cylindrical-coordinate representation of color #12C703: hue angle of 115.41º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #12C703 is Cyan = 0.91, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB 18 199 3 -
CMYK 0.91 0 0.98 0.22
HSL 115.41º 0.97% 0.4% -
HSV(B) 115.41º 0.98% 0.78% -
XYZ 20.69 40.98 6.91 -
YUV 122.54 60.53 53.44 -
System Red Green Blue C M Y K H S L
Decimal 18 199 3 0.91 0 0.98 0.22 115.41 0.97 0.4
Hex 12 C7 3 5B 0 62 16 73 61 28
Octal 22 307 3 133 0 142 26 163 141 50
Binary 10010 11000111 11 1011011 0 1100010 10110 1110011 1100001 101000

Color Harmonies of #12C703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C703

Black with #12C703

Text Example


Text Example

White with #12C703

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,199,3); }

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

background-color css

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

 a { background-color: rgb(18,199,3); }

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

border-color css

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

 span { border-color: rgb(18,199,3); }

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