Html Css Color HEX #12C003 Islamic Green

📋 copy color: '#12C003'

red 18 ◦ green 192 ◦ blue 3

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

Shades of Islamic Green #12C003

Tints of Islamic Green #12C003

RGB

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

 GREEN value IS 192 (75.39% from 255) = 90.14%

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

R = 8.45%
G = 90.14%
B = 1.41%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.98

 K value IS 0.25

RGB Variations

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

Color information

#12C003 (or 0x12C003) is known color: Islamic Green. HEX triplet: 12, C0 and 03. RGB value is (18,192,3). Sum of RGB (Red+Green+Blue) = 18+192+3=213 (28% of max value = 765). Red value is 18 (7.42% from 255 or 8.45% from 213); Green value is 192 (75.39% from 255 or 90.14% from 213); Blue value is 3 (1.56% from 255 or 1.41% from 213); Max value from RGB is 192 - color contains mainly: green. Hex color #12C003 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #12C003 is #ED3FFC. Grayscale: #777777. Windows color (decimal): -15548413 or 245778. OLE color: 245778.

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

Color convert

RGB 18 192 3 -
CMYK 0.91 0 0.98 0.25
HSL 115.24º 0.97% 0.38% -
HSV(B) 115.24º 0.98% 0.75% -
XYZ 19.12 37.83 6.38 -
YUV 118.43 62.85 56.37 -
System Red Green Blue C M Y K H S L
Decimal 18 192 3 0.91 0 0.98 0.25 115.24 0.97 0.38
Hex 12 C0 3 5B 0 62 19 73 61 26
Octal 22 300 3 133 0 142 31 163 141 46
Binary 10010 11000000 11 1011011 0 1100010 11001 1110011 1100001 100110

Color Harmonies of #12C003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C003

Black with #12C003

Text Example


Text Example

White with #12C003

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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